We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d689b commit 5dbb9deCopy full SHA for 5dbb9de
src/main/java/com/rabbitmq/client/TrustEverythingTrustManager.java
@@ -33,7 +33,7 @@ public TrustEverythingTrustManager() {
33
LoggerFactory.getLogger(TrustEverythingTrustManager.class).warn(
34
"SECURITY ALERT: this trust manager trusts every certificate, effectively disabling peer verification. " +
35
"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."
+ "Please see https://www.rabbitmq.com/ssl.html to learn more about peer certificate verification."
37
);
38
}
39
0 commit comments