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?
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?