3
SSL例程:SSL23_WRITE:ssl握手失败
我正在尝试使用OpenSSL连接到SSL服务器。 当我跑步时: openssl s_client -connect myhost.com:443 以下SSL客户端配置可以正常工作: Windows(OpenSSL 0.9.83e 23 Feb 2007) Linux(OpenSSL 0.9.8o 01 Jun 2010) Linux(OpenSSL 1.0.0-fips 29 Mar 2010) 任何成功连接的输出如下所示: New, TLSv1/SSLv3, Cipher is DES-CBC3-SHA Server public key is 2048 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1 Cipher : DES-CBC3-SHA …