Ralph Seichter
June 13, 2018 05:02AM
Hi folks,

I wonder if I missed an announcement for a change in nginx behaviour
or if some local issue is causing me problems. The configuration

server {
listen *:443 ssl default_server;
}

used to bind to both 0.0.0.0:443 and [::]:443, but since I updated to
nginx 1.15.0 it only binds to IPv4 but no longer to IPv6. When I add
a second listen directive

server {
listen *:443 ssl default_server;
listen [::]:443 ssl default_server;
}

the server can be reached via both IPv6 and IPv4 again. Was this a
deliberate change?

-Ralph
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Should listen *:443 bind to IPv4 and IPv6 ?

Ralph Seichter June 13, 2018 05:02AM

Re: Should listen *:443 bind to IPv4 and IPv6 ?

Maxim Dounin June 13, 2018 08:22AM

Re: Should listen *:443 bind to IPv4 and IPv6 ?

Ralph Seichter June 13, 2018 11:12AM

Re: Should listen *:443 bind to IPv4 and IPv6 ?

Maxim Dounin June 13, 2018 12:00PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 255
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready