akka/akka-core

Document making sure TLSv1 is disabled

Aperta

#21.047 aperta il 26 lug 2016

 (2 commenti) (0 reazioni) (0 assegnatari)Scala (3547 fork)batch import
1 - triagedhelp wantedt:docs

Metriche repository

Star
 (13.277 stelle)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

As Will @wsargent said on the mailing list:

You can set the "jdk.tls.client.protocols" system property to set options for the JVM -- this is a feature that is only available in JDK 1.8 though.

https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJSSE_Protocols

Otherwise, you would have to set the security property jdk.tls.disabledAlgorithms to add TLSv1 specifically.

Could be documented in Akka or ssl config and we link there?

Guida contributor