I have the PRTG Server Administration Tool setup on https port 443 and wish to redirect form a different WAN port. I have Port Forwarded to 443 in the router, but it won't connect.
Please Advise
Article Comments
Aye Port Redirection set cor4ectly. It appears it may be an issue with my modem as it is sending the request to another server, even though the redirection is aimed at PRTG Server Administration Tool server.
Thanks for your help though.
Regards Warren
Mar, 2015 - Permalink
Hi,
we are having the same problem with a WAN Port redirection.
Internally PRTGs Webserver listens to 443 and our WAN Port is i.e. 8443
After some analysis with Wireshark and Browser Debugging i found out that the PRTG WebServer is doing an HTTP-Redirect to the configured Port (443).
The result is: https://<PublicWANIP>:8443 is redirected back to https://<PublicWANIP>:443 by the PRTG Webserver at the HTTP Layer.
Hopefully this is a litle bit helpful.
The question is: Is there a configurable webserver parameter that stops the HTTP Portredirecting on the PRTG Server?
Regards Christian
Nov, 2015 - Permalink
Dear Christian
PRTG does not forward the HTTP port. Please check your router settings, or try to set the PRTG webserver to use port 8443 internally as well.
You can review / change the PRTG webserver port via the PRTG Administration Tool from the PRTG program group. Please enable the Expert Configuration to access the port setting.
Nov, 2015 - Permalink
Hi,
using 443 as WAN Port is not acceptable for us. In the Expert Settings we have the manual setting to 443.
I re-checked this behavour with Firefox Developer Tools "Nework Analysis".
When i request the PRTG Site on 8443 from WAN i get no HTTP/200 Status like when i call it from internaly directly on 443. Instead PRTGs HTTP Response is: HTTP/302 - Moved Tempory -> Header:Location: https://<WAN-IP>:443/?
This is in fact something our firewal cannot change (it canncot look and change the SSL traffic between Browser and Server.
regards.
Dec, 2015 - Permalink
Dear Christian
Please clarify if you can set PRTG internally to 8443 and if you then still can access it from the outside on port 8443.
Dec, 2015 - Permalink
Hi,
as long as their is no solution, i have... :-/.
We will disable public access (app, ...) to the system as long there is no solution. Internally we have you use "well known" Ports due to restrictions of Proxy Server settings for the Clients and externally we do not want to use "well Known" Ports for security reasons.
regards Christian
Dec, 2015 - Permalink
Hi PRTG Support,
we have the very same situation as Christian. We need to use Port 443 to access PRTG internaly. However, for external access we need to use some port > 1023.
As Christian said, external access works fine as long as te external port and PRTGs local port are the same (no matter if 443 or 1101). But if we set PRTGs webserver to port 443 and configure our firewall to forward external port 1101 to port 443 on our PRTG server access fails.
Please advise. I hope there might be a solution to this, as morte than a year has pased since the post from Christian. Thanks a lot.
regards, Bernd
Mar, 2017 - Permalink
Dear Bernd
I am sorry, the PRTG web server cannot be accessed via different ports. Only one port can be used by the web server.
Mar, 2017 - Permalink
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.
Aug, 2017 - Permalink
Dear 87racer
Which port did you configure for the PRTG web server, according to the PRTG Administration Tool (which is a standalone tool, found in the PRTG program group)?
Aug, 2017 - Permalink
Dear jesusrmz,
please clarify 'this issue'. Do you want to connect to the PRTG webserver externally with a different port than is configured internally? That would not be possible.
Aug, 2017 - Permalink
Dear Kasper58
Please check if you set up the port forwarding properly. Normally PRTG should connect when the port is forwarded.
Mar, 2015 - Permalink