Posts by furstmartins • 1 point
1 post
-
0
votes2
answers235
viewsA: How to use client certificate during server connection Handshake?
One way you can do it is to set the Keystore and trustStore in the System class, see if the following code helps you. try { String url = "https://server.gov.br/authentication"; //set keyStore…