如果我想继续https://twitter.com它只是在 Firefox 上超时。
如果我使用 curl :
vayan@vayan-desktop:~$ curl -v https://twitter.com
* Rebuilt URL to: https://twitter.com/
* Hostname was NOT found in DNS cache
* Trying 199.16.156.70...
* Connected to twitter.com (199.16.156.70) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* Unknown SSL protocol error in connection to twitter.com:443
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to twitter.com:443
或超时。
知道什么可以做到这一点吗?它只在 Twitter 上起作用,在其他地方不起作用。