Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to the way the environment configuration works setting ssl_true does not actually disable the plaintext listener. The tcp_listeners in the config are properly removed, but the RABBITMQ_NODE_PORT=5672 environment variable is still set which overrides the config file option and still starts up the plaintext listener on port 5672. Fixing the code to properly disable the env variable is most likely the "better" solution, but this workaround is simple and now documented
- Loading branch information