You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking the identity of the server the client connects to is an important part of the TLS handshake.
107
107
To make this work with the stream client library, it is critical the configured trusted certificates match the hosts returned by cluster nodes in the connection hints.
108
108
Make sure to read the section on <<understanding-connection-logic, connection logic>>.
109
-
You may have to configure the `advertised_tls_host` https://www.rabbitmq.com/blog/2021/07/23/connecting-to-streams#advertised-host-and-port[broker setting] in case of a mismatch between trusted certificates and the default connection hints cluster nodes return.
109
+
You may have to configure the `advertised_host` https://www.rabbitmq.com/blog/2021/07/23/connecting-to-streams#advertised-host-and-port[broker setting] in case of a mismatch between trusted certificates and the default connection hints cluster nodes return.
110
110
111
111
It is sometimes handy to trust any server certificates in development environments.
112
112
`EnvironmentBuilder#tls` provides the `trustEverything` method to do so.
0 commit comments