Stream TLS connections use wrong advertised host #1669
Describe the bugStream TLS connections use Reproduction steps
Expected behaviorIn the debug logs you can see that it first connects to the hostname configured in the Java client, discovers the advertised TLS host name, but tries to connect to the hostname of the docker container anyway. If you also add Additional contextThe usage of docker is not really necessary. It just makes the hostname of the rabbitmq host (docker container) unrouteable from outside. Any proxy will do. |
Answered by
acogoluegnes
Aug 8, 2025
Replies: 1 comment 1 reply
|
|
1 reply
Answer selected by
acogoluegnes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stream.advertised_hostandstream.advertised_tls_hostmatters only with the stream protocol, they are not used with other protocols like AMQP 091.