tuna / fishroom

Message forwarding for multiple IM protocols
GNU General Public License v3.0
289 stars 58 forks source link

jquery CDN 爆炸了 #80

Closed hosiet closed 5 years ago

hosiet commented 6 years ago
% curl -vvv https://cdn.bootcss.com/jquery/2.1.4/jquery.min.js
*   Trying 183.158.35.38...
* TCP_NODELAY set
* Connected to cdn.bootcss.com (183.158.35.38) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=cdn.bootcss.com
*  start date: Sep 11 23:03:00 2017 GMT
*  expire date: Dec 10 23:03:00 2017 GMT
*  subjectAltName: host "cdn.bootcss.com" matched cert's "cdn.bootcss.com"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55864e39ecf0)
> GET /jquery/2.1.4/jquery.min.js HTTP/2
> Host: cdn.bootcss.com
> User-Agent: curl/7.55.1
> Accept: */*
> 
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 403 
< server: marco/1.8
< date: Sat, 30 Sep 2017 03:25:19 GMT
< content-type: text/html
< content-length: 166
< via: M.ctn-zj-lna3-017
< x-request-id: efb713767ee700467507c23beee11b24
< 
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr><center>marco/1.8</center>
</body>
</html>
* Connection #0 to host cdn.bootcss.com left intact
% date
2017年 09月 30日 星期六 11:26:32 CST
hosiet commented 6 years ago

于是 fishroom 网页版处于暂时无法使用的状态

hosiet commented 5 years ago

现在好像没问题了,但可以考虑由 fishroom 自己提供 jquery js 文件。