<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [BrowserConnectOptions](./puppeteer.browserconnectoptions.md) > [ignoreHTTPSErrors](./puppeteer.browserconnectoptions.ignorehttpserrors.md) ## BrowserConnectOptions.ignoreHTTPSErrors property Whether to ignore HTTPS errors during navigation. <b>Signature:</b> ```typescript ignoreHTTPSErrors?: boolean; ```