Isso significa que o SSLv3 está habilitado?

Isso significa que o SSLv3 está habilitado?

Com New, , Cipher significa que SSLV3 está habilitado ou desabilitado?

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)
---

Responder1

CONNECTED(00000003)
write:errno=104
....
SSL handshake has read 0 bytes and written 0 bytes
...
    Cipher    : 0000

Isso significa que nenhum handshake SSL foi feito (nenhum byte foi transferido para o handshake SSL). A tentativa de iniciar o handshake causou errno=104 que é pelo menos no Linux "Conexão redefinida por peer". Isso é causado pelo fechamento da conexão do servidor com o cliente imediatamente após a configuração da conexão TCP.

informação relacionada