Hi all
Small amount of information;
I have a question regarding using gadgets on the dashboard.
When I add a gadget, the title shows as _MSG_Gadget_.
I followed the following link;
This brings me to the following page;
I downloaded the SSLPoke.class file and SCP'd it to my JIRA server.
Once used, I got the exact same error as on the page.
When adding my own truststore that I created for JIRA (to use JIRA over HTTPS), I get "successfully connected".
This means that my root CA has been added to the truststore (of which I was certain even before this check).
Then my question is; does anybody know how to solve this issue?
If any more information is required; I'll be glad to give it!
Thanks in advance
Hi all
Issue has been resolved.
Had to add my root CA to the jira /security/cacerts truststore!
Kind regards
Hi!
As a next test I would recommend setting the Jira JVM argument to set the trust store to match the successful command above.
It may be that Jira isn't using the correct trust store.
In Linux you can edit the <jira-install>/bin/setenv.sh, find the JVM_SUPPORT_RECOMMENDED_ARGS=
and add to this -Djavax.net.ssl.trustStore=/opt/atlassian/jira/jira.jks
This assumes your Jira is running using the Embedded JRE as opposed to having a System JDK installed.
The alternative approach would be to install the Java JDK on your system and point Jira to use this. You would then add the certificates to the JVM default keystore:
$JAVA_HOME/jre/lib/security/cacerts
Another possible cause of the problem could be having iptables running on the machine or a proxy causing issues.
Best regards,
Brian
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.