Cleanup reference to TLS1.3 (#29048)

This commit is contained in:
Ignasi Marimon-Clos 2020-05-08 18:46:13 +02:00 committed by GitHub
parent 292a8b582a
commit 599ab11709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1131,8 +1131,6 @@ akka {
# Protocol to use for SSL encryption, choose from:
# TLS 1.2 is available since JDK7, and default since JDK8:
# https://blogs.oracle.com/java-platform-group/entry/java_8_will_use_tls
# TLS 1.3 is available since JDK 11:
# https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html
protocol = "TLSv1.2"
# Example: ["TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_256_CBC_SHA"]