Forums

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

I want to access my jira on premise instance using https and how to do that

Divya Gupta October 20, 2022

I want to access my jira on premise instance using https and how to do that

1 answer

1 accepted

1 vote
Answer accepted
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.
October 20, 2022

The most common (and easiest) way to do that is to put Jira behind a proxy server.  The proxy can do all the SSL work that needs doing, taking the load off Jira and also do it for many services, not just Jira.

It's surprisingly easy to do it with a proxy, it only takes a couple of minutes to set up.  See https://confluence.atlassian.com/adminjiraserver/running-jira-applications-over-ssl-or-https-938847764.html

Divya Gupta October 20, 2022

I want specifically for Linux(Ubuntu)

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.
October 20, 2022

Yep, it's a lot easier to do on Linux than Windows.  Ubuntu's default installs of Apache, Nginx and Lighttpd (and other proxy web server) are all to standard and hence the doc I pointed to will work for them.  Ubuntu also does SSL to standard if you want to do it in Tomcat.  Whichever way you go, it'll be fine.

Divya Gupta October 21, 2022

Thanks. Will try using this information.

Suggest an answer

Log in or Sign up to answer