nsISupports
Last changed in Gecko 1.9 (Firefox 3)Replaces the obsolete nsIBadCertListener
interface.
boolean notifyCertProblem(in nsIInterfaceRequestor socketInfo, in nsISSLStatus status, in AUTF8String targetSite); |
Called in case of a broken ssl status.
boolean notifyCertProblem( in nsIInterfaceRequestor socketInfo, in nsISSLStatus status, in AUTF8String targetSite );
socketInfo
nsISSLSocketControl
, nsITransportSecurityInfo
, nsIIdentityInfo
, nsISSLStatusProvider
, nsIClientAuthUserDecision
and possibly other interfaces.status
targetSite
The consumer shall return true
if it wants to suppress the error message related to the bad cert (the connection will still get canceled).