Commit 0399caa
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 0399caa
File tree
1 file changed
+0
-1
lines changed- android/src/main/java/com/mattermost/networkclient
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | 249 | | |
251 | 250 | | |
252 | 251 | | |
| |||
0 commit comments