Https
我的伺服器與 TLS 1.2 兼容嗎?
我只需要通過此消息知道此伺服器是否與 TLS 1.2 兼容:
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) ---
任何人?
部分地,伺服器支持 TLS 1.2,但您沒有發送證書來實際進行加密。
TLS1.2 也是 2008 年的標準。
協議:TLSv1.2
…
驗證返回碼:0(ok)
似乎是的。