On Sun, Oct 02, 2022 at 04:07:05PM +0300, Patrick Kirk wrote: > If I > try lynx http://cleardragon.com a similar redirect takes place and I get a > "Alert!: Unable to connect to remote host" error and lynx closes down.
I'm not an expert on nginx configuration, but I did notice one thing: > server { > listen 443 ssl http2; > listen [::]:443 ssl http2; > server_name server_name cleardragon.com > *.cleardragon.com; You've repeated "server_name" twice here.