Skip to content

Commit

Permalink
Update comment based on issue #232
Browse files Browse the repository at this point in the history
  • Loading branch information
groboclown committed Mar 17, 2022
1 parent bb2e417 commit 7ac451a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ void initSSL() throws ConnectionException {
"Error occurred while generating the fingerprint for the Perforce SSL connection",
e);
} catch (SSLPeerUnverifiedException e) {
// p4ic4idea: use a more precise exception
// p4ic4idea: use a more precise exception; see bug #232
throw new SslHandshakeException("Error occurred while verifying the SSL peer.", e);
}
}
Expand Down

0 comments on commit 7ac451a

Please sign in to comment.