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
The site fails to load and shows the NET::ERR_CERT_SYMANTEC_LEGACY error, but Lighthouse doesn't recognize this. After the 45s timeout it just hangs permanently on "Retrieving devtoolsLog and network records".
We should detect the certificate failure early and fail with a new pageLoadError state. Maybe something like CERT_ERR_DOCUMENT _REQUEST ?
I think there's something on the protocol which represents this situation.. Something in the Security domain? Will require some investigation. https://badssl.com/ might be useful though they dont have a symantec cert situation. Just other ones.
repro:
The site fails to load and shows the NET::ERR_CERT_SYMANTEC_LEGACY error, but Lighthouse doesn't recognize this. After the 45s timeout it just hangs permanently on "Retrieving devtoolsLog and network records".
We should detect the certificate failure early and fail with a new pageLoadError state. Maybe something like
CERT_ERR_DOCUMENT _REQUEST
?I think there's something on the protocol which represents this situation.. Something in the
Security
domain? Will require some investigation. https://badssl.com/ might be useful though they dont have a symantec cert situation. Just other ones.Issue broken out from #6272
The text was updated successfully, but these errors were encountered: