We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3f6d5 commit 77dec7aCopy full SHA for 77dec7a
src/main/java/com/rabbitmq/stream/impl/StreamEnvironmentBuilder.java
@@ -365,7 +365,7 @@ public TlsConfiguration trustEverything() {
365
LOGGER.warn(
366
"SECURITY ALERT: this feature trusts every server certificate, effectively disabling peer verification. "
367
+ "This is convenient for local development but offers no protection against man-in-the-middle attacks. "
368
- + "Please see https://www.rabbitmq.com/ssl.html to learn more about peer certificate verification.");
+ + "Please see https://www.rabbitmq.com/docs/ssl to learn more about peer certificate verification.");
369
try {
370
this.sslContext(
371
SslContextBuilder.forClient()
0 commit comments