Older thread but issue still exists.
Little more info:
HTTP
http://external:80 -> http://internal:80 - works
http://external:8443 -> http://internal:443 - works
HTTPS
https://external:443 -> https://internal:443 - works
https://external:8443 -> https://internal:8443 - works
https://external:8443 -> https://internal:443 - does not work on 'high security' or 'weakened security'
PRTG is most definitely sending a 302 Moved Temporarily to https://external:443. For us this is a different webserver.
This appears to be a bug or something in the way PRTG is handling the HTTPS traffic when it originates from a different port. In the PRTG logs you can see it knows the request came from 8443 so my guess is this is PRTG trying to be smart and respond with, "we got your request but you used the wrong port, we are actually on port 443 now". It is strange that it only does this with HTTPS traffic though.
Add comment