Discussion:
TLS V1.2 on M20 release
Rachid BOUKHARI
2015-10-23 10:48:16 UTC
Permalink
Hi,

I'm running ldaps on M20 release, is my ssl configuration under TLS V1.2 ?,
how can I check it please?

Rachid,
Kiran Ayyagari
2015-10-23 11:34:40 UTC
Permalink
use the below command

openssl s_client -connect localhost:10636 -tls1_2

Note that the openssl version you have may not support the -tls1_2 option
unless upgraded
Post by Rachid BOUKHARI
Hi,
I'm running ldaps on M20 release, is my ssl configuration under TLS V1.2 ?,
how can I check it please?
Rachid,
--
Kiran Ayyagari
http://keydap.com
Florian Holeczek
2015-12-24 08:09:13 UTC
Permalink
Hi Rachid,
Post by Kiran Ayyagari
Note that the openssl version you have may not support the -tls1_2 option
unless upgraded
And also important to note: On the server side, it basically depends on the JDK/JRE version which SSL/TLS versions are supported and enabled out of the box.

Best regards
Florian

Continue reading on narkive:
Loading...