Re: Connection timeout on SSL with shared hosting

2020-09-01 Thread nathanpgibson
> (I guess you either removed the INPUT DROP rule; or added an explicit > "allow 443" beside the "allow 80" rule that was already there. > Whichever > it was, it was "make the local firewall allow the traffic get to > nginx".) Right, the allow 443 actually existed but there was a rule above it tha

Re: Connection timeout on SSL with shared hosting

2020-08-25 Thread nathanpgibson
Turned out there was an INPUT DROP rule in iptables (but not in ip6tables), although I am using ufw as a firewall. Now https works and my nginx redirects are functioning as expected! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289099,289186#msg-289186 __

Re: Connection timeout on SSL with shared hosting

2020-08-25 Thread nathanpgibson
Thanks so much, Francis Daly! This is a huge help in isolating the problem. Based on the nginx access log, IPv6 requests to port 443 are getting to nginx but IPv4 requests to port 443 are not. But they are getting to tcpdump. All I see there is a bunch of packets with the tcpflag [S]. I take it t

Re: Connection timeout on SSL with shared hosting

2020-08-24 Thread nathanpgibson
Just wondering if anyone has further thoughts on what to try here? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289099,289172#msg-289172 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Connection timeout on SSL with shared hosting

2020-08-13 Thread nathanpgibson
Thanks for the reply, Thomas. > You said this is "shared hosting" - when you say "shared hosting" do you > mean this is *not* a dedicated machine but one machine out of many in a > shared environment? Sorry, I meant virtual hosting. > Have you tested briefly by disabling your firewall just to s

Connection timeout on SSL with shared hosting

2020-08-13 Thread nathanpgibson
Hi All, Newbie question. I posted this on Stack Overflow but haven't gotten any replies yet. https://stackoverflow.com/questions/63391424/why-do-i-get-connection-timeout-on-ssl-even-though-nginx-is-listening-and-firewa Most/many visitors to my site https://example.org get a connection timeout. So