How can I get the bamboo wrapper service to pass the trust store

Frank Latino December 17, 2015

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.

1 answer

1 vote
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 18, 2015

You need to add these extra switches into the bamboo-agent-home/conf/wrapper.conf file

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events