Skip to content

Commit 77dec7a

Browse files
committed
Update link to documentation
1 parent 1c3f6d5 commit 77dec7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/impl/StreamEnvironmentBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public TlsConfiguration trustEverything() {
365365
LOGGER.warn(
366366
"SECURITY ALERT: this feature trusts every server certificate, effectively disabling peer verification. "
367367
+ "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.");
368+
+ "Please see https://www.rabbitmq.com/docs/ssl to learn more about peer certificate verification.");
369369
try {
370370
this.sslContext(
371371
SslContextBuilder.forClient()

0 commit comments

Comments
 (0)