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.
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.