-
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
[BAM-20420] Provide a way to disable the additional JMS SSL listener Bamboo automatically launches.
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Fix Version/s | New: 8.0.0 EAP1 [ 95495 ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Fix Version/s | New: 8.0.0 [ 92814 ] |
Status | Original: Gathering Interest [ 11772 ] | New: In Progress [ 3 ] |
Assignee | New: Alexey Chystoprudov [ achystoprudov ] |
Remote Link |
New:
This issue links to "+core+ Dogfooding › Test Git Branch Detection › |
Description |
Original:
h3. Problem Definition
If Bamboo's JMS broker is not configured as 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. h3. Suggested Solution * System property to disable the additional SSL listener. h3. Workaround Convert the primary broker to SSL instead of TCP and Bamboo will only start one listener: * [Securing your remote agents|https://confluence.atlassian.com/bamboo/securing-your-remote-agents-289277197.html] 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. |
New:
h3. 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. h3. Suggested Solution * System property to disable the additional SSL listener. h3. Workaround Convert the primary broker to SSL instead of TCP and Bamboo will only start one listener: * [Securing your remote agents|https://confluence.atlassian.com/bamboo/securing-your-remote-agents-289277197.html] 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. |
Description |
Original:
h3. Problem Definition
If Bamboo's JMS broker is configured for TCP, 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. h3. Suggested Solution * System property to disable the additional SSL listener. h3. Workaround Convert the primary broker to SSL instead of TCP and Bamboo will only start one listener: * [Securing your remote agents|https://confluence.atlassian.com/bamboo/securing-your-remote-agents-289277197.html] 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. |
New:
h3. Problem Definition
If Bamboo's JMS broker is not configured as 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. h3. Suggested Solution * System property to disable the additional SSL listener. h3. Workaround Convert the primary broker to SSL instead of TCP and Bamboo will only start one listener: * [Securing your remote agents|https://confluence.atlassian.com/bamboo/securing-your-remote-agents-289277197.html] 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. |
Property to disable it once released:
-Dbamboo.jms.ssl.endpoint.enabled=false