Enable TLS 1.2 on JDK7 Client side

泄露秘密 提交于 2019-12-23 04:29:19

问题


According to Oracle,

Support for TLS 1.2 first appeared in JDK 7 (2011). For compatibility reasons, it is enabled by default on server sockets but disabled on clients.

Is there a way to enable it on the client side as well?

来源:https://stackoverflow.com/questions/40623888/enable-tls-1-2-on-jdk7-client-side

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!