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

2018-06-13 Thread Maxim Dounin
Hello! On Wed, Jun 13, 2018 at 05:10:51PM +0200, Ralph Seichter wrote: > On 13.06.18 14:19, Maxim Dounin wrote: > > > The "listen *:443" snippet always created only IPv4 listening socket. > > That's interesting. Maybe Gentoo Linux did indeed add a custom patch to > previous nginx versions. > >

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

2018-06-13 Thread Ralph Seichter
On 13.06.18 14:19, Maxim Dounin wrote: > The "listen *:443" snippet always created only IPv4 listening socket. That's interesting. Maybe Gentoo Linux did indeed add a custom patch to previous nginx versions. What is the shortest officially recommended way to bind nginx to port 443 for both IPv4

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

2018-06-13 Thread Maxim Dounin
Hello! On Wed, Jun 13, 2018 at 11:01:09AM +0200, Ralph Seichter wrote: > 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