Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo on HTTPS

Alma Camunag April 27, 2018

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"/>

 

1 answer

0 votes
Chris Johnston April 30, 2018

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.

FAAC IT April 30, 2018

Thanks!  I will try it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events