Skip to content

Commit

Permalink
[misc] improve fingerprint validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 14, 2024
1 parent 194479c commit 2194616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public void authenticationHandler(Credential credential, HostAddress hostAddress
throw context
.getExceptionFactory()
.create(
"Self signed certificates. Either set sslMode=trust, set a password or"
"Self signed certificates. Either set sslMode=trust, use password with a MitM-Proof authentication plugin or"
+ " provide server certificate to client",
"08000");
}
Expand Down

0 comments on commit 2194616

Please sign in to comment.