-
Suggestion
-
Resolution: Fixed
-
None
Problem Definition
If Bamboo's JMS broker is not configured as ssl:// (e.g. when it's configured as tcp://, nio:// or nio+ssl://) Bamboo will start an additional SSL listener on port (primary broker port + 1, default: 54664). It would be great to have a way to disable this behavior when an additional SSL connector isn't needed.
Suggested Solution
- System property to disable the additional SSL listener.
Workaround
Convert the primary broker to SSL instead of TCP and Bamboo will only start one listener:
The additional connector also serves no purpose in a typical Bamboo installation, feel free to firewall it off if you are looking to reduce open ports for security purposes.
- was split from
-
BAM-20164 Extend validity on self-signed certificate for Bamboo's JMS Broker when automatic SSL management is enabled.
- Closed