smalenfant opened a new issue #5241: URL: https://github.com/apache/trafficcontrol/issues/5241
## I'm submitting a ... - bug report Traffic Portal seems to open up 2 ports. 8080 and 443. Along with this bug report, I'd like to know what port 8080 is used for and should it be only binding locally? The current redirect is incorrect as well. Please the "current behavior" ## Traffic Control components affected ... - Traffic Portal ## Current behavior: ``` $ curl http://cdn1cdportal.coxlab.net:8080 Found. Redirecting to https://cdn1cdportal.coxlab.net:8080:443/ ``` ## Expected behavior: ``` $ curl http://cdn1cdportal.coxlab.net:8080 Found. Redirecting to https://cdn1cdportal.coxlab.net:443/ ``` ## Minimal reproduction of the problem with instructions: Please see the current behavior ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
