I have problem to connect on https get/post using tlsv1.2 via java.
Somebody have a guide or some examples that work? I imported by keytool private and public key setted by password on keystore. I used a SSLSocketFactory but I got only errors https (not handshake). I added parameters in jvm -Dhttps.protocols="TLSv1.2" to enable only version 1.2 of TLS. But nothing ...
An example please or a guide from import certificate to implements the class and using SSLSocketFactory.
Thanks a lot for your help...