You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run LH CLI on https://expired.badssl.com/ lighthouse https://expired.badssl.com/ --chrome-flags='--ignore-certificate-errors'
What is the current behavior?
Test fail with error Insecure document request: The URL you have provided does not have a valid security certificate. This site is missing a valid, trusted certificate (net::ERR_CERT_DATE_INVALID).
What is the expected behavior?
Test website with invalid SSL cert & --chrome-flags='--ignore-certificate-errors' flag must complete
Environment Information
Affected Channels:CLI
Lighthouse version: 5.1.0
Node.js version: 12.5.0
Operating System: Ubuntu 18.04
Related issues
The text was updated successfully, but these errors were encountered:
Provide the steps to reproduce
lighthouse https://expired.badssl.com/ --chrome-flags='--ignore-certificate-errors'
What is the current behavior?
Test fail with error
Insecure document request: The URL you have provided does not have a valid security certificate. This site is missing a valid, trusted certificate (net::ERR_CERT_DATE_INVALID).
What is the expected behavior?
Test website with invalid SSL cert &
--chrome-flags='--ignore-certificate-errors'
flag must completeEnvironment Information
Related issues
The text was updated successfully, but these errors were encountered: