You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`AndroidBlacklistSecureSocketProtocols`: define a blacklist of secure socket protocols for Android. This preference allows you to disable protocols which are considered unsafe. You need to provide a comma-separated list of protocols ([check Android SSLSocket#protocols docu for protocol names](https://developer.android.com/reference/javax/net/ssl/SSLSocket#protocols)).
handshakeFailed: function(){return'TLS connection could not be established: javax.net.ssl.SSLHandshakeException: Handshake failed'},
110
114
sslTrustAnchor: function(){return'TLS connection could not be established: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.'},
111
115
invalidCertificate: function(domain){return'The certificate for this server is invalid. You might be connecting to a server that is pretending to be “'+domain+'” which could put your confidential information at risk.'}
0 commit comments