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
Several of of our servers started to experience the same issue where the online tool is unable to fetch the URL with the following error:
Lighthouse returned error: FAILED_DOCUMENT_REQUEST. Lighthouse failed to load the page you requested reliably. Make sure you test the correct URL and that the server responds correctly to all requests. (Details: net :: ERR_CONNECTION_FAILED)
Example: https://developers.google.com/speed/pagespeed/insights/?hl=bg&url=https%3A%2F%2Fnossl.ukpro6.fcomet.com%2F
However, I am fully able to audit the page using the lighthouse addon in my browser and curl requests to the reported URL return 200 response code:
Trying 176.58.96.134...
TCP_NODELAY set
Connected to nossl.ukpro6.fcomet.com (176.58.96.134) port 443 (#0)
Connection #0 to host nossl.ukpro6.fcomet.com left intact
We are using the Cachewall service as a reverse proxy for the Apache web server and the issue seems to be somehow related to that, as when the Cachewall is disabled the online tool is able to fetch the resource. However, we have performed no changes on the Cachewall configuration and the same has not been updated for months, while the issue started to occur just e couple of days ago.
Can we, please receive some assistance and insight, as no errors are generated on the server and the ERROR message provided by the tool does not give us any specific information on what exactly might be causing the issue, so we can troubleshoot it further, while everything is seemingly working as it should in the browser and via curl.
The text was updated successfully, but these errors were encountered:
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.
Several of of our servers started to experience the same issue where the online tool is unable to fetch the URL with the following error:
Lighthouse returned error: FAILED_DOCUMENT_REQUEST. Lighthouse failed to load the page you requested reliably. Make sure you test the correct URL and that the server responds correctly to all requests. (Details: net :: ERR_CONNECTION_FAILED)
Example:
https://developers.google.com/speed/pagespeed/insights/?hl=bg&url=https%3A%2F%2Fnossl.ukpro6.fcomet.com%2F
However, I am fully able to audit the page using the lighthouse addon in my browser and curl requests to the reported URL return 200 response code:
CApath: /etc/ssl/certs
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Mon, 08 Mar 2021 15:16:24 GMT
Date: Mon, 08 Mar 2021 15:16:24 GMT
< Last-Modified: Mon, 18 Apr 2016 17:46:39 GMT
Last-Modified: Mon, 18 Apr 2016 17:46:39 GMT
< ETag: "1580d5-1f36-530c5f1531dc0"
ETag: "1580d5-1f36-530c5f1531dc0"
< Content-Length: 7990
Content-Length: 7990
< Content-Type: text/html
Content-Type: text/html
< X-Varnish: 919068
X-Varnish: 919068
< Age: 0
Age: 0
< X-Cache: MISS
X-Cache: MISS
< Accept-Ranges: bytes
Accept-Ranges: bytes
< Connection: keep-alive
Connection: keep-alive
<
We are using the Cachewall service as a reverse proxy for the Apache web server and the issue seems to be somehow related to that, as when the Cachewall is disabled the online tool is able to fetch the resource. However, we have performed no changes on the Cachewall configuration and the same has not been updated for months, while the issue started to occur just e couple of days ago.
Can we, please receive some assistance and insight, as no errors are generated on the server and the ERROR message provided by the tool does not give us any specific information on what exactly might be causing the issue, so we can troubleshoot it further, while everything is seemingly working as it should in the browser and via curl.
The text was updated successfully, but these errors were encountered: