Answer the question
In order to leave comments, you need to log in
How to check the SSL version of a remote server?
I want to make sure my mail server is not using SSL2,3 but only using TLS1,1.1,1.2.
To do this, in the console I execute:
openssl s_client -tls1_2 -crlf -connect mail_server_address:465
бла-бла
SSL handshake has read 1572 bytes and written 439 bytes
---
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-GCM-SHA384
Server public key is 2048 bit
Secure Renegotiation IS supported
бла-бла
220 mailserver ESMTP ready
openssl s_client -ssl2 -crlf -connect mail_server_address:465
бла-бла
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 48 bytes
---
New, (NONE), Cipher is (NONE)
бла-бла
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question