-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --ignore-certificate-errors to default chromeFlags #3
Comments
I've just run into this problem myself while running Lighthouse against our app running on a local environment. I'm going to work on this and raise a PR. |
Merged this going out in next release. |
I actually looked into this in the afternoon and evening and don't have a working solution. The I believe it can be done low level by setting See GoogleChrome/lighthouse#7292 and GoogleChrome/lighthouse#6655 for more detail. |
Ok thanks for looking into it. |
I raised a PR in the main repository for being able to pass in an additional start script that can import certificates into the container's certificate store as a workaround here. |
Cool I guess this is fixed then. |
While trying to run against servers with self signed certificates I noticed that the lighthouse didn't return any values. Adding --ignore-certificate-errors to the default chrome flags worked for me.
The text was updated successfully, but these errors were encountered: