I have found below article which provides a solution for "javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]"
I have came across the same error while connecting to OpenLDAP server using SSL. Could someone provide a light on the security issues of the given approach ?
Article Link - javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
-Rohan