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
Implement the onBadCertificate optional argument to SecureSocket.connect() and SecureSocket.secure(), so that a client that gets an unverifiable certificate from the server can call a programmer-provided callback to decide whether to continue the secure connection attempt, or to close the
connection.