使用新的,密码是否意味着SSLV3被启用或禁用?
CONNECTED(00000003) write:errno=104 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 0 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE SSL-Session: Protocol : SSLv3 Cipher : 0000 Session-ID: Session-ID-ctx: Master-Key: Key-Arg : None Krb5 Principal: None Start Time: 1403907236 Timeout : 7200 (sec) Verify return code: 0 (ok) ---
CONNECTED(00000003) write:errno=104 .... SSL handshake has read 0 bytes and written 0 bytes ... Cipher : 0000
这意味着没有SSL握手完成(没有字节传输SSL握手)。 至less在Linux“由对等方重置连接”时,尝试启动握手导致了errno = 104。 这是由服务器在TCP连接build立之后立即closures到客户端的连接引起的。