[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nginx.conf woes



On 02.10.2022 15:07, Patrick Kirk wrote:
I have 2 sites to run from one server.  ...
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. ...

You can check if the correct SNI information results in the correct certificate via openssl:

openssl s_client -connect [servernameorIP]:443 -servername "kirks.net"
openssl s_client -connect [servernameorIP]:443 -servername "cleardragon.com"

hede


Reply to: