observer
observer copied to clipboard
[Bug] Accessing Web Interface via Port Forwarding redirects to /welcome/ incorrectly
trafficstars
I have set my router to port forward for external access to OB Server since I don't want to expose port 80.
However when I browse to <hostname>:<externalport> OB Server tries to redirect back to https://<hostname>:80/welcome/
Manually inserting the correct external port after the hostname then produces Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Stripping https and using http://<hostname>:<externalport>/welcome/ does then produce the login screen, and everything works as expected once I am logged in (aside from the fact the session is not running over HTTPS).