Fallback default server sharing cert information about other domains than for the URL you visit ?

Reinis Rozitis r at roze.lv
Fri Aug 9 19:19:58 UTC 2019


> With that config when I try to launch nginx it fails with these errors
> 
> 	Aug 09 11:29:21 myhost nginx[10095]: nginx: [emerg] bind() to [::]:443
> failed (98: Address already in use)


Try to remove the ipv6only=on option it should work just fine without.

Imo the [FE80:...:0001]:443 conflicts with [::]:443 in linux since the ipv6only option forces nginx to try to create a separate listening socket while the port is in use (hence the error).

rr




More information about the nginx mailing list