BadCertHandler.notifyCertProblem Member

Returning true in the following two callbacks

Syntax

object.notifyCertProblem(socketInfo, sslStatus, targetHost);

Arguments

ArgumentSummary
socketInfo
sslStatus
targetHost

Returns

Remarks

means suppress default the error UI (modal alert).

See Also

Source Code

function badcert_notifyCertProblem(socketInfo, sslStatus, targetHost)
{
return true;
}