访问许多在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 May 2017 19:07:07 GMT Access-Control-Allow-Origin: * Expires: Sat, 02 Sep 2017 02:08:31 GMT Cache-Control: max-age=600 X-GitHub-Request-Id: 26CE:5755:1149C34:182AA5B:59AA1047 Content-Length: 113 Accept-Ranges: bytes Date: Sun, 03 Sep 2017 20:51:07 GMT Via: 1.1 varnish Age: 225 Connection: keep-alive X-Served-By: cache-hhn1542-HHN X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1504471867.028513,VS0,VE0 Vary: Accept-Encoding X-Fastly-Request-ID: a4a269112085ca565778d087f860677fcd976d7d <html> <head> <meta http-equiv="refresh" content="0; https://code.facebook.com"> </head> <body></body> </html> 

 ~ ❯❯❯ curl -IL etherdelta.github.io HTTP/1.1 301 Moved Permanently Server: GitHub.com Content-Type: text/html Location: https://etherdelta.github.io/ X-GitHub-Request-Id: 455E:0E44:10AFFAE:17B75E1:59AC6C02 Content-Length: 178 Accept-Ranges: bytes Date: Sun, 03 Sep 2017 20:54:30 GMT Via: 1.1 varnish Age: 0 Connection: keep-alive X-Served-By: cache-hhn1533-HHN X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1504472071.533572,VS0,VE94 Vary: Accept-Encoding X-Fastly-Request-ID: 9cbb06178effdce702d436ee806c4c7b9afc927f curl: (35) gnutls_handshake() failed: Error in the pull function. 

 ~ ❯❯❯ curl -IL w3c.github.io ⏎ HTTP/1.1 301 Moved Permanently Server: GitHub.com Content-Type: text/html Location: https://w3c.github.io/ X-GitHub-Request-Id: B8D0:5893:126D13D:19896EB:59AC6DEA Content-Length: 178 Accept-Ranges: bytes Date: Sun, 03 Sep 2017 21:02:34 GMT Via: 1.1 varnish Age: 0 Connection: keep-alive X-Served-By: cache-hhn1524-HHN X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1504472555.871806,VS0,VE100 Vary: Accept-Encoding X-Fastly-Request-ID: c73591f64a7de905c0e609f611b39a2fbf354ba1 curl: (35) gnutls_handshake() failed: Error in the pull function. 

访问所有的,然后我在Chrome上得到ERR_CONNECTION_RESET。 任何想法是怎么回事?