问题
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