Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-16001

Pre-configured Tomcat SSL embedded in release

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Currently, clients are required to spend some time reading through documentation Securing Bamboo with Tomcat using SSL in order to run Bamboo behind Tomcat SSL. Since we provide a connector that listen on port 8085 by default, it would be interesting on providing a new connector (i.e.: 8443) where Bamboo could be listed on HTTPS protocol.

      <Connector port="8443" maxHttpHeaderSize="8192" SSLEnabled="true"
      	maxThreads="150" minSpareThreads="25"
      	enableLookups="false" disableUploadTimeout="true"
      	acceptCount="100" scheme="https" secure="true"
      	clientAuth="false" sslProtocol="TLS" useBodyEncodingForURI="true"
      	keystoreFile="PATH_TO_KEYSTORE"
      	keystorePass="PASSWORD"
      	keyAlias="ALIAS"/>
      

      Along with that, a set of "KEYSTORE" and "SSLCertificate that could be used by the application in order to run it under the protocol HTTPS out-of-box.

      • keystoreFile
      • keystorePass
      • keyAlias
      • SSLCertificateFile
      • SSLCertificateKeyFile

      Attachments

        Activity

          People

            Unassigned Unassigned
            rsperafico Rafael Sperafico (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: