Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
We have configured our windchill to use port 8080 as 80 port is not available in RHEL server. could you please advise if there is a way to hide the 8080 port in our URL. we basically do not want the port number to be visible to anyone who access the windchill.
Similar question - "How to hide port number from the URL": https://community.ptc.com/t5/Windchill/How-to-hide-port-number-from-the-URL/td-p/546466
Hello @SM_10838685,
You have a response from a community member. Does it help to answer your question?
If yes, please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Community Moderation Team.
Dropping the port would have the browser assume its port 80 for HTTP or 443 for HTTPS. Is port 80 not available because its in use by something else or is there some other reason? Using HTTPS (which I highly recommend) would open up 443. Is that in use? If none of those are options, I recommend a reverse proxy. On another host, setup Apache as a reverse proxy. Users would connect there and all traffic would be redirected in the background to the real host and port of you choosing.
Or is it not available because the firewall is not configured? You need to do some commands to make ports 80 and 443 available using the firewall-cmd command.