curl -vvv https://codelover.link
- Rebuilt URL to: https://codelover.link/
- Trying 114.215.144.211...
- TCP_NODELAY set
- Connected to codelover.link (114.215.144.211) port 443 (#0)
- ALPN, offering h2
- ALPN, offering http/1.1
- Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
- successfully st certificate verify locations:
- CAfile: /etc/ssl/cert.pem CApath: none
- TLSv1.2 (OUT), TLS handshake, Client hello (1):
- LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to codelover.link:443
- stopped the pause stream!
- Closing connection 0 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to codelover.link:443
很神奇发现在本地 curl 过去会收到 SSL_ERROR_SYSCALL,
但是在服务器 curl 一切正常.
