Hi. I'm trying to do SSL configuration on my local JIRA instance.
https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache+using+SSL
According to this guide, everything works perfect. When i type "localhost/jira" it redirects me to "jira.atlasian.com" over https and when i type "localhost:8081/jira" it redirects me to my local JIRA over http.
However, when i change the proxy in the server.xml which is "jra.atlassain.com" with the "localhost" i can't reach my local jira over https. I get the following error;
"Unable to connect.
Firefox can't establish a connection to the server at localhost."
I created certificates and did changes in apache/default ssl as well. However, i can't find my mistake. Any idea?
The proxyName
argument in server.xml
should be the name of the FQDN you're connecting to - https://jira.atlassian.com is just an example in the server.xml
. So if JIRA is hosted on https://jira.yourdomain.com please change the server.xml
to reflect that.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.