Skip to content

Commit 5dbb9de

Browse files
Don't use an anchor in the message (they change too often)
1 parent b1d689b commit 5dbb9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/TrustEverythingTrustManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public TrustEverythingTrustManager() {
3333
LoggerFactory.getLogger(TrustEverythingTrustManager.class).warn(
3434
"SECURITY ALERT: this trust manager trusts every certificate, effectively disabling peer verification. " +
3535
"This is convenient for local development but offers no protection against man-in-the-middle attacks. " +
36-
"Please see https://www.rabbitmq.com/ssl.html#validating-cerficates to learn more about peer certificate verification."
36+
"Please see https://www.rabbitmq.com/ssl.html to learn more about peer certificate verification."
3737
);
3838
}
3939

0 commit comments

Comments
 (0)