Hi Team,
I have manged to configure Jira Service Management with SSL, though it is a self-signed CA and for now the https is working. However, in the page of "Troubleshooting and Support tools", it complained error "Gadget feed URL". I followed link below to do the troubleshooting:
Test below failed:
$JAVA_HOME/bin/java SSLPoke jira.example.com 443
Test below passed:
$JAVA_HOME/bin/java -Djavax.net.ssl.trustStore=/my/custom/truststore SSLPoke jira.example.com 443
The truststore I used is the default one:
/etc/pki/ca-trusted/extracted/java/cacerts
Please help guide me if there is anything else I need to check and how to troubleshoot.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.