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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
stream.advertised_host
andstream.advertised_tls_host
matters only with the stream protocol, they are not used with other protocols like AMQP 091.