Commit 226d727
committed
Remove incorrect certificate warning
javax.net.ssl.SSLHandshakeException can be thrown for a variety of
reasons that are not related to the certificate being invalid, most
notably socket errors while trying to negotate the TLS session. This can
result in spurious warnings about the remote host serving an invalid
certificate when a connection is closed, and can easily be triggered by
a network change.1 parent 475b361 commit 226d727
1 file changed
Lines changed: 0 additions & 3 deletions
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | 248 | | |
252 | 249 | | |
253 | 250 | | |
| |||
0 commit comments