Forums

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

Possible to serve Confluence and/or Jira on HTTPS and HTTP?

Sean Vreeland August 15, 2021

Is it possible to config Tomcat to serve Confluence and Jira on HTTPs and HTTP?

Thanks,

1 answer

0 votes
Nic Brough -Adaptavist-
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 Leaders.
August 15, 2021

Yes, but no.

In theory, you could set up the Tomcat to serve up one system in many places.  Http and https are usually served on ports 80 and 443 and it's easy to tel Tomcat to serve the same system on both.

But, like most web-apps, the applications are only suitable to run on one url, so if you try to serve it up on two or more, all but the main one are going to fail in various ways.

You mention "Confluence and Jira", so yes, you could run one of their tomcats on http and the other tomcat on https if you wanted to though.

Sean Vreeland August 15, 2021

Thanks, Nic. I'm not seeing anything readily available, but I did find this article that describes how to "forward" all traffic from port 80.

 

https://knowledge.broadcom.com/external/article/162130/configure-tomcat-to-redirect-all-http-re.html

Nic Brough -Adaptavist-
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 Leaders.
August 15, 2021

Yes, that is all about taking the various places someone might land and pushing them over to the single place where they should be looking.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events