> (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
On Tue, Aug 25, 2020 at 07:49:07AM -0400, nathanpgibson wrote:
Hi there,
> 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!
Great that you found and fixed the
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
__
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
On Mon, Aug 24, 2020 at 07:35:24AM -0400, nathanpgibson wrote:
Hi there,
> Just wondering if anyone has further thoughts on what to try here?
You wrote:
"""
When I try nmap from my local machine I get some results I can't
explain. Notice the discrepancy between ports 80 and ports 443 and
betwee
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
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
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?
Have you tested briefly by disabling your firewall just to see if that
fixes the issue?
What is the backend? You're passing everyth
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