Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
307 views
in Technique[技术] by (71.8m points)

ssl - What versions of Java will support TLS1.1

What versions of Java will support TLS1.1 I just need the exact java version and update like JDK 7uXX

Reason for this question I am facing an issue connecting TLS1.1 with Java 1.7 . In most of the document I have read its supports but we have to enabled it manually. Even though its not working after enabling.

While googled I Got information like it will work only with java 7u95.

FYI Java JDK does not enable TLS v1.1 and TLS v1.2 by default in clients: http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#tlsprotonote jdk.tls.client.protocols system property has been introduced to allow controlling the underlying platform TLS implementation and enabling specific protocols on the client. This system property is available in all JDK 8 releases, or after Java 7 update 95 (January 2016) and Java 6 update 121 (July 2016). Example of use: -Djdk.tls.client.protocols=TLSv1.2

Link : http://communities.rightnow.com/posts/cb48420cb0

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

All JDK7 versions support TLS1.1 For JDK6 (2006 to end of public updates 2013) : TLS v1.1 (JDK 6 update 111 and above)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.9k users

...