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

Unable to load the page: timeout reached - Server misconfigured #2459

Closed
lungare opened this issue Jun 7, 2017 · 3 comments
Closed

Unable to load the page: timeout reached - Server misconfigured #2459

lungare opened this issue Jun 7, 2017 · 3 comments
Assignees

Comments

@lungare
Copy link

lungare commented Jun 7, 2017

Initial URL: https://mysite.mwhtools.com/mySiteApp/
This is in the new audit tool and all the options are checked

@patrickhulce
Copy link
Collaborator

thanks for the report @lungare! this looks like another case of #1978, let's pick up the conversation over there

@patrickhulce
Copy link
Collaborator

patrickhulce commented Jun 7, 2017

Wait, nevermind that seems to be unrelated my machine just temporarily wouldn't connect to your http site for some reason, is it possible you're having intermittent server issues?

OK it looks like this is slightly different from #1978 but similar :)

It appears that the headers on the server are misconfigured, this is the response I get for the HTTP server.

curl http://mysite.mwhtools.com/mySiteApp/\#/login -vvv
*   Trying 212.250.190.247...
* TCP_NODELAY set
* Connected to mysite.mwhtools.com (212.250.190.247) port 80 (#0)
> GET /mySiteApp/ HTTP/1.1
> Host: mysite.mwhtools.com
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Wed, 07 Jun 2017 17:43:39 GMT
< Server: Apache/2.4.25 (Win64) OpenSSL/1.0.2k PHP/7.1.4
< Location: https://%{HTTP_HOST}/mySiteApp/
< Content-Length: 215
< Content-Type: text/html; charset=iso-8859-1
<

%{HTTP_HOST} isn't being replaced by the actual hostname, and, thus, the redirect isn't always working properly. Having the run fail completely is still our bug which is tracked by #1978 but fixing your server configuration will also address this issue.

@patrickhulce patrickhulce reopened this Jun 7, 2017
@paulirish paulirish changed the title DevTools Error: Unable to load the page: timeout reached Unable to load the page: timeout reached - Server misconfigured Sep 26, 2017
@patrickhulce
Copy link
Collaborator

closing in favor of #2784

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

Successfully merging a pull request may close this issue.

4 participants