puppeteer/new-docs/puppeteer.protocol.security.certificateerrorevent.md
2020-07-13 14:01:35 +01:00

1.2 KiB

Home > puppeteer > Protocol > Security > CertificateErrorEvent

Protocol.Security.CertificateErrorEvent interface

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.

Signature:

export interface CertificateErrorEvent 

Properties

Property Type Description
errorType string The type of the error.
eventId integer The ID of the event.
requestURL string The url that was requested.