Welcome! Log In Create A New Profile

Advanced

Re: Weird problem cannot standup nginx on 443 ipv4

Julian Brown
April 25, 2019 09:10PM
I finally figured it out, and I cannot believe it passed a syntax checker.

This is what I had:

server {
server_name learngigs.com www.learngigs.com

listen 443;
listen [::]:443;

I did not have a semi colon after the server name directive. The syntax
checker said it was fine, so I do not know what it was trying to do.
Anyway thank you all.

Julian


On Thu, Apr 25, 2019 at 6:21 PM OiledAmoeba <nginx-forum@forum.nginx.org>
wrote:

> 25. April 2019 21:27, "Julian Brown" <julian@jlbprof.com> schrieb:
>
> > listen 443;
> > listen [::]:443;
>
> I'm lazy, so I used "listen [::]:443 ssl http2 ipv6only=off" instead of two
> listen-directives. Maybe you want to try this, so nginx must use IPv4 and
> IPv6 because of the ipv6only=off directive.
>
> If I try learngigs.com my browser points me to an IPv4-SSL-site (so it
> looks
> like it works). If I try http://learngigs.com:80/ my browser is searching
> forever...
>
> Posted at Nginx Forum:
> https://forum.nginx.org/read.php?2,283924,283928#msg-283928
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Weird problem cannot standup nginx on 443 ipv4

Julian Brown April 25, 2019 03:28PM

Re: Weird problem cannot standup nginx on 443 ipv4

Rainer Duffner April 25, 2019 03:38PM

Re: Weird problem cannot standup nginx on 443 ipv4

Julian Brown April 25, 2019 04:26PM

Re: Weird problem cannot standup nginx on 443 ipv4

OiledAmoeba April 25, 2019 07:21PM

Re: Weird problem cannot standup nginx on 443 ipv4

Julian Brown April 25, 2019 09:10PM

Re: Weird problem cannot standup nginx on 443 ipv4

Francis Daly April 26, 2019 11:14AM

Re: Weird problem cannot standup nginx on 443 ipv4

Julian Brown April 26, 2019 12:02PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 184
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