Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We just implemented SSL on our JIRA site. Now the JIRA home button (the big JIRA logo in the upper left corner of the site) doesn't load the user's JIRA home location. When you click the button it tries to load https://jira.example.com/secure/MyJiraHome.jspa but then times out. It's removing the :8443 port. If I manually add it after it times out, then it takes me to my selected home.
Can someone tell me what I'm missing or what I may have done wrong?
Thanks for any help!
Hi Mike,
have you updated JIRA's base url?
Regards,
Peter
Yes, the base URL is updated. It is https://jira.example.com. It does not contain the :8443. Does it need that port as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you say that the button is taking away the :8443, it leads us to believe that the baseurl (the one you use for regular access to the site) should be: https://jira.example.com:8443
The port that you access this on, if not 443 or 80, should be included so that the browser is able to interpret the location of the site.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As @Robert Heckel has stated above, if you don't use the default https port(i.e. 443) you have to put the port in the base url
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It was the base URL. I had updated the URL to https but didn't include the 8443.
We're running the app on a Windows machine, so I've updated the config to use 443 instead.
Thanks for everyone's ideas!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure if i understand your setup.
I've setup a few setups, and done all mistakes commonly made
If you are running JIRA alone, you would have to include the portnumber in the baseurl too.
But:
Normally you would have apache mod proxy answering http/https request (on port 80 and 443), and forwarding it to a HTTP port on JIRA. This is because you preferably don't want to run JIRA as root, and if i am not mistaken you can't even start JIRA/Tomcat on 443 anymore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.