-
Bug
-
Resolution: Fixed
-
Low
-
9.2.1
-
None
-
1
-
Severity 3 - Minor
-
1
-
Issue Summary
Server.xml file for Bamboo 9.2.1 refers to old tomcat documentation.
For Bamboo 9.2.1 tomcat version used is 9.0.71, the documentation in server.xml refers to Tomcat 8.5 for SSL related changes
Steps to Reproduce
- goto <bamboo-install>conf>server.xml file
- Refer the SSL connector details
Expected Results
The tomcat documentation should refer to the related tomcat version
Actual Results
The documentation used is https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html
====================================================================================
To run Bamboo via HTTPS:
- Uncomment the Connector below
- Execute:
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
with a password value of "changeit" for both the certificate and the keystore itself.- Restart and visit https://localhost:8443/
For more info, see :
https://confluence.atlassian.com/display/BAMBOO/Securing+Bamboo+with+Tomcat+using+SSL
and
http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html
====================================================================================
Workaround
Use the right documentation which is https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html