The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence using multiple ports?

kpuralasetty
November 8, 2019

If I use an HTTPS link to access Confluence, like https://confluence.corelogic.net, it works as-is

If I use an HTTP link instead, like http://confluence.corelogic.net, I am rerouted to a secure connection on non-standard port 8443

If I copy a URL that includes the port 8443, and try to use it to link a Jira ticket to a Confluence page, I get an error. (See screenshot attached). If I remove the port from the link, it works.

In a couple cases that I've tried, if I access an existing link from a Jira ticket to a Confluence page, it takes me to port 8443.

Yesterday I shared a link with a co-worker, that happened to include the port 8443, and it did not work for them.

Why are some connections being re-routed to a non-standard port?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 8, 2019

It sounds like you instance isnt entirely set up correctly for SSL/HTTPS

Do you know if you are handling the ssl directly in tomcat, or if you are using a proxy to handle the ssl connections. (apache or nginx are common)

There are specific steps to set up jira over https. look at your server.xml file to see what method you are using and if everything it configured correctly. Without knowing that, its hard to determine what you have incorrect.

Confluence by default is not set to run on port 80. It usually runs on port 8080, and then SSL runs on 8443. (these are pretty standard setups for web applications. There is often a front end of some sort that proxies or redirects from 80 to 8080, and 443 to 8443.

Vladimir Taranchenko
Contributor
November 10, 2019

Default port for Confluence is 8090. 8080 is default port for jira.