You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've been trying to get bamboo to work on HTTPS. My connector is this but it will not connect. Can you tell me if there's something missing or wrong on my connector configurations:
<Connector port="8443"
maxHttpHeaderSize="8192"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
disableUploadTimeout="true"
useBodyEncodingForURI="true"
acceptCount="100"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS"
keystoreFile="C:\Program Files\Java\jre1.8.0_121\bin\flamingo2_faac_NEW.jks"
keystorePass="changeit"
keystoreType="JKS"
keyAlias="tomcat"/>
Here is the <connector> tag that we use.
<Connector
port="8443"
protocol="org.apache.coyote.http11.Http11Protocol"
maxThreads="150" minSpareThreads="25"
connectionTimeout="20000"
disableUploadTimeout="true"
acceptCount="100"
enableLookups="false"
maxHttpHeaderSize="8192"
useBodyEncodingForURI="true"
URIEncoding="UTF-8"
scheme="https" secure="true" SSLEnabled="true" sslProtocol="TLS"
clientAuth="false"
keystoreFile="C:\Program Files\Bamboo\conf\keystore"
keystorePass="changeit"
/>
You should post an excerpt from the logs during startup that shows your error if this does not help you resolve it.
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.