-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Extension Error: INSECURE_DOCUMENT_REQUEST #6809
Comments
How are you running LH? I can run against http://www.pro-vent.pl/ just fine from cli, extension, etc. But get an INSECURE from https://www.pro-vent.pl/ because the cert is indeed invalid. You aren't required to have HTTPS, you can run against just HTTP, but you can't run against an HTTPS site with an invalid cert, then it will throw an INSECURE error. |
Thanky You For help. Long solution: I use Lighthouse for Google Chrome Developer Edition. This website normaly work on http://, (we do not have SSL).
But! - before browser redirect page, have to connect to insecure https, and accept safety exception - google chrome do not do this - that is the problem perharps. Thanks, You confirm my supposition. One thing is strange. Two, maybe three weeks ago I use Lighthouse to analyze website http://www.tcmeble.pl and then everything worked fine. Maybe Lighthouse has made changes since then, because it does not work now. I mean work, but generate error INSECURE_DOCUMENT_REQUEST Anyway. Once again thank You for help. |
Hm. We have been making changes to how INSECURE_DOCUMENT_REQUESTS have been handled lately #6457 #6608 #6739 etc. so I wouldn't be too surprised if it was changing recently from that if you are on dev channel or from the new M71+ chrome rollout. I can run against http://www.tcmeble.pl right though on v4.0.0-beta: But can't run against https://www.tchmeble.pl because the cert: |
Lighthouse Version: 3.3.0.4001
Lighthouse Commit: 6610036
Chrome Version: 72.0.3626.14
Initial URL: http://www.pro-vent.pl/
Error Message: INSECURE_DOCUMENT_REQUEST
Stack Trace:
I know, that this issue is resolved.
But I can not find the cause of the issue.
HTTPS is necesary? I mean https://www.pro-vent.pl/
The text was updated successfully, but these errors were encountered: