Skip to main content
Go to Latest
interface Protocol.Security.CertificateErrorEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CertificateErrorEvent } = Protocol.Security;

There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.

Properties

eventId: integer

The ID of the event.

errorType: string

The type of the error.

requestURL: string

The url that was requested.