nsISSLErrorListener

A mechanism to report a broken SSL connection. The recipient should NOT block.

Methods

notifySSLError(socketInfo, error, targetSite)

Parameters

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).