Meu servidor é compatível com o TLS 1.2?

1

Eu só preciso saber se este servidor é compatível com o TLS 1.2, através desta mensagem:

remote:~ Xserver$ openssl s_client -connect X:443 -tls1_2
CONNECTED(00000003)
140735304528736:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:s3_pkt.c:362:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 7 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : 0000
    Session-ID: 
    Session-ID-ctx: 
    Master-Key: 
    Key-Arg   : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1480093191
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
---

Alguém?

    
por SipriusPT 25.11.2016 / 18:23

2 respostas

0

Protocol : TLSv1.2
...
Verify return code: 0 (ok)

Parece ser sim.

    
por 25.11.2016 / 18:29
0

Parcialmente, o servidor suporta o TLS 1.2, mas você não enviou um certificado para realmente fazer a criptografia.

O TLS1.2 também foi padronizado em 2008.

link

    
por 25.11.2016 / 18:31