jira confluence server use same ssl port

Joshua McLean October 19, 2016

I've ran through the documentation on setting up JIRA and confluence to use ssl:

https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html

https://confluence.atlassian.com/adminjiraserver071/running-jira-applications-over-ssl-or-https-802593051.html

At this point it is working BUT we have JIRA on 8444 and confluence on 8443 ports.

How can we set them both up to run on port 443?

Thank you

Josh 

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2016

You'll need to put them behind a proxy - a lot of us use Apache or Nginx to do that.  It listens on 443, and then can forward https://yourserver/jira to JIRA and https://yourserver/confluence (or other urls of course)

Suggest an answer

Log in or Sign up to answer