Skip to content
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

DevTools Error: Unable to load the page: net::ERR_CONNECTION_RESET #2776

Closed
Guymestef opened this issue Jul 28, 2017 · 6 comments
Closed

DevTools Error: Unable to load the page: net::ERR_CONNECTION_RESET #2776

Guymestef opened this issue Jul 28, 2017 · 6 comments

Comments

@Guymestef
Copy link

Initial URL: https://localhost:44384/todo-list
Chrome Version: 60.0.3112.78
Error Message: Unable to load the page: net::ERR_CONNECTION_RESET
Stack Trace:

Error: Unable to load the page: net::ERR_CONNECTION_RESET
    at Function.assertPageLoaded (https://chrome-devtools-frontend.appspot.com/serve_file/@f901216ec1e383df23283fec9bc8f4e8b67aa0fb/audits2_worker/audits2_worker_module.js:640:332)
    at pass.then._ (https://chrome-devtools-frontend.appspot.com/serve_file/@f901216ec1e383df23283fec9bc8f4e8b67aa0fb/audits2_worker/audits2_worker_module.js:644:224)
    at <anonymous>
@Guymestef
Copy link
Author

The audit was working before I switched to https (vs2017 + IIS Express). The SSL certificate was auto-generated by vs2017. So I guess it's a problem with certificate validation...

@wardpeet
Copy link
Collaborator

@Guymestef can you reproduce with cli or extension?

Normally devtools shouldn't make a fuss about it if you "whitelisted" the ssl cert

@Guymestef
Copy link
Author

With the extension the analysis start and after some time it's hanging up
entension-hanging

With the CLI, the analysis succeed to complete, but Progressive Web App and Performance are wrong.
On the console logs, we can see a "time out waiting for page load".

image
image
image
image

I don't know what vs2017 did with the certificate, so I don't think it is whitelisted. I know that node is not accepting all the certificates accepted by chrome or other browsers. So the request is probably crashing with an error like CERT_UNTRUSTED or UNABLE_TO_VERIFY_LEAF_SIGNATURE.

@wardpeet
Copy link
Collaborator

wardpeet commented Jul 28, 2017

Does iis also accept http requests or isn't it configured to host your site?

smells a bit like #2457

@Guymestef
Copy link
Author

Only https but http is redirected to https with a code 301

@devtools-bot
Copy link

Thanks chief! Appreciate you filing this bug. 👏

This is a known issue, most well described in #2784. So, we'll automatically close this as a duplicate.

However, if you believe your bug is different than the cases described there, please comment here with "necessarily-wide-alpaca" and I'll reopen this bug. 🤖 Beep beep boop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants