Weird problem cannot standup nginx on 443 ipv4

Rainer Duffner rainer at ultra-secure.de
Thu Apr 25 19:37:14 UTC 2019



> Am 25.04.2019 um 21:27 schrieb Julian Brown <julian at jlbprof.com>:
> 
>     listen 443;
>     listen [::]:443;



You most certainly want


listen 443 ssl
or
listen 443 ssl http2



Not sure if it solves your problem.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20190425/6f30300e/attachment-0001.html>


More information about the nginx mailing list