When installing the bamboo agent on a RHEL 7 host using the following command:
java -Djsse.enableSNIExtension=false -Djavax.net.ssl.trustStore=<path-to-truststore> -Djavax.net.ssl.trustStorePassword=<password> -jar atlassian-bamboo-agent-installer-5.9.7.jar https://<mybambooserver>/agentServer/
I continually get PKI errors. I used the SSL poke utility and the truststore works fine. I also am able to run the agent without the wrapper using this command:
java -Djsse.enableSNIExtension=false -Djavax.net.ssl.trustStore=<path-to-truststore> -Djavax.net.ssl.trustStorePassword=<password> -jar bamboo-agent-5.9.7.jar https://<mybambooserver>/agentServer/
Is anyone else having this issue? I'm on Bamboo Server 5.9.7 build 5920.
You need to add these extra switches into the bamboo-agent-home/conf/wrapper.conf file
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.