访问许多在Github页面上托pipe的网站时,ERR_CONNECTION_RESET
几天后,我无法访问一些网站。 (我在Chrome上收到ERR_CONNECTION_RESET错误信息)。 我注意到所有这些网站都托pipe在GitHub页面上。 例如:vagrantup.com,facebook.github.io) 以下是我无法访问的一些随机github网站的curl响应。 我得到了类似的错误信息。 我可以在谷歌search.github.io网站,我发现了几十个更多的不工作的网站的例子。 Example HTTP/1.1 301 Moved Permanently Retry-After: 0 Location: https://vagrantup.com/ Content-Length: 0 Accept-Ranges: bytes Date: Sun, 03 Sep 2017 20:49:34 GMT Connection: close curl: (35) gnutls_handshake() failed: Error in the pull function. ~ ❯❯❯ curl -iL facebook.github.io/ ⏎ HTTP/1.1 200 OK Server: GitHub.com Content-Type: text/html; charset=utf-8 Last-Modified: Wed, 10 […]