akka/akka-core

Document making sure TLSv1 is disabled

开放

#21,047 创建于 2016年7月26日

 (2 条评论) (0 个反应) (0 位负责人)Scala (3,547 个派生)batch import
1 - triagedhelp wantedt:docs

仓库指标

星标
 (13,277 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南