WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsISSLErrorListener
| IID: | 99f8d972-bae4-414c-b39b-47587d3ded68 |
| Inherits From: | nsISupports |
A mechanism to report a broken SSL connection. The recipient should NOT block.
This interface is implemented by the following components:
Methods
PRBool notifySSLError ( nsIInterfaceRequestor socketInfo , PRInt32 error , AUTF8String targetSite )
PRBool notifySSLError ( nsIInterfaceRequestor socketInfo , PRInt32 error , AUTF8String targetSite )
- Arguments:
- socketInfo: A network communication context that can be used to obtain more information about the active connection.
- error: The code associated with the error.
- targetSite: The Site name that was used to open the current connection.
- Returns:
- The consumer shall return true if it wants to suppress the error message related to the error (the connection will still get canceled).
Reference documentation is generated from Mozilla's source.
