Hello,
I'm trying to add Google Secure LDAP to our Jira instance. I converted the provided Google certificate and Key to a .jks file. When I add the following to the setenv.sh file, stop, and then restart Jira, Jira starts up but ends up with 500 error message. I've scoured through the logs and cannot find anything that is causing this issue.
Using Googles instructions from
https://support.google.com/a/answer/9089736#
Hi @Jacob Gude,
Please confirm that when the JVM arg is unset, Jira is working as expected.
The issue might be caused by special characters in your password causing a malfunction.
Thanks for the response. Jira works as expected if JVM arg is unset. I don't have any special characters in pw. Just numbers and letters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are all the necessary java args set?
-Djavax.net.ssl.trustStore="$TRUSTSTORE"
-Djavax.net.ssl.trustStorePassword"=changeit"
-Djavax.net.ssl.keyStore="$KEYSTORE"
-Djavax.net.ssl.keyStorePassword="changeit"
JIRA Does Not Start after Configuring SSL Due to Unspecified TrustStore or Keystore Path
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
keystore and password are set. I did not add trustStore. In the google doc it didn't specify to set the trustStore. Just the keystore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please post some logs from catalina.out or atlassian-jira.log. At the time of startup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your responses. I was able to fix by recreating certificate and key from Google and creating another .jks file. I'm guessing the first one was corrupt. I was able to connect Google LDAP to our Jira instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.