1
Does anyone know how to configure for the Java application to use TLS 1.2 ? This configuration is done in the Java application or on the server ?
I’m wearing Spring 3.1
Thank you
1
Does anyone know how to configure for the Java application to use TLS 1.2 ? This configuration is done in the Java application or on the server ?
I’m wearing Spring 3.1
Thank you
Browser other questions tagged java spring spring-security tls
You are not signed in. Login or sign up in order to post.
Hello! What version of Java? Java 8 and some versions of 7 already come with TLS 1.2 enabled support by default.
– Dherik