哪些Java版本将支持TLS1.1 [英] What versions of Java will support TLS1.1

查看:825
本文介绍了哪些Java版本将支持TLS1.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哪些Java版本将支持TLS1.1 我只需要确切的Java版本并进行更新,例如 JDK 7uXX

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

这个问题的原因,我面临将TLS1.1与Java 1.7连接的问题.在大多数文档中,我已经阅读了它的支持,但是我们必须手动启用它.即使启用后仍无法正常工作.

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.

虽然我用谷歌搜索了类似的信息,但仅适用于Java 7u95.

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

仅供参考 默认情况下,Java JDK在客户端中不启用TLS v1.1和TLS v1.2:

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

链接: http://communities.rightnow.com/posts/cb48420cb0

推荐答案

所有JDK7版本均支持TLS1.1 对于JDK6(2006年到2013年公共更新结束):TLS v1.1(JDK 6更新111及更高版本)

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

这篇关于哪些Java版本将支持TLS1.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆