You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/11/04 13:47:11 UTC

[GitHub] [trafficcontrol] smalenfant opened a new issue #5241: Traffic Portal port 8080 redirect incorrect

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:
users@infra.apache.org



[GitHub] [trafficcontrol] smalenfant commented on issue #5241: Traffic Portal port 8080 redirect incorrect

Posted by GitBox <gi...@apache.org>.
smalenfant commented on issue #5241:
URL: https://github.com/apache/trafficcontrol/issues/5241#issuecomment-721744898


   Looks like our configuration is on port 8080. The default to port 80 works. Looks like we have an old template of the config.js.
   
   There might need some "stripping" of ports needed. Not really affecting much right now.
   
   If you also look at the redirect on port 80:
   
   ```
   $ curl http://cdn1cdportal.coxlab.net 
   Found. Redirecting to https://cdn1cdportal.coxlab.net:443/
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org