BadCertHandler Prototype
This object implements nsIBadCertListener2
Syntax
var object = new BadCertHandler();
Remarks
The idea is to suppress the default UI's alert box
and allow the exception to propagate normally
Members
| Member | Summary |
|---|---|
| QueryInterface | |
| getInterface | |
| notifyCertProblem | Returning true in the following two callbacks |
| notifySSLError |
See Also
Source Code
function BadCertHandler()
{
}