How to configure HTTPS access to allow URL jira.mycompany.com versus https://jira.mycompany.com:8443?

Bruce Boutet September 16, 2012

I would like to simplify the URL our users have to use to access Jira over HTTPS. Is there a way configure the web server to redirect jira.mycompany.com to https://jira.mycompany.com:8443 ? I am assuming requests to Jira only use HTTPS for login?

thanks for any light you can shed on this...;-)

3 answers

0 votes
Harry Chan
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.
September 17, 2012

Yes, you can configure Tomcat to accept from HTTP (80) and HTTPS (443). Then get HTTP to force redirect to HTTPS. Let me know if you need more help in doing this. It's pretty simple. You just need to configure the server.xml.

0 votes
Matt Snow September 16, 2012

This page should cover what you're looking to do. https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache

0 votes
Jobin Kuruvilla [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.
September 16, 2012

Either use 443 as the https port or do a reversy proxy to 8443 from 443 using Apache or something.

Suggest an answer

Log in or Sign up to answer