Hi @Chiranjeevi ,
You will have to add the SSL certs in your Java Keystore(%JAVA_HOME%/jre/lib/security/cacerts
) using the Keytool command.
Here is one example, your situation may be different. This uses Java's keytool:
{code}
sudo keytool -import -v -trustcacerts --alias myjira -file my-certificate.txt -keystore $JAVA_HOME/jre/lib/security/cacerts
{code}
For more information, please visit this link:
https://confluence.atlassian.com/jira/connecting-to-ssl-services-117455.html
Thanks,
Kiran.
Thanks for the reply Kiran. Can you please tell me how to get SSL cert.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have imported the certificated as shown in this document https://confluence.atlassian.com/jira/connecting-to-ssl-services-117455.html. but I still see the errors in the logs, these are the errors. Any suggestions?
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.