Replies: 1 comment
-
I have the same setting (no response), but for https requests it returns SSL_ERROR_UNRECOGNIZED_NAME_ALERT. Which is clearly a response. Maybe this should be filed as a bug? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, sorry for the noob question, setting this up for the first time.
I've got nginx-proxy-manager up and running on 192.168.1.43. Ports 80 and 443 are opened on my router and forwarded to NPM.
When I check my router logs, I see that I'm getting thousands of requests per hours
where the request is being routed to the
<INTERNAL>
port that's mapped to 443.Should I be worried about this? 😨
When I go to my <PUBLIC_IP>:443, I get a 400 message (screenshot below).
I believe this is coming from NPM and not my router. Is there any way to not return a response (return 444) instead? My NPM settings have always been set to return 444.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions