Which is the correct way to use javax.ws.rs.client.Client for SSL connections with .p12 file?
Our application should make use of javax.ws.rs.client.Client
(whose implementation is provided by resteasy-jaxrs-3.0.19.Final.jar
) to perform an HTTP POST request to an external service whose URL starts with https.
The developers of the external service provided us a .p12 file to be used as certificate. First of all we run the command
Which is the correct way to use javax.ws.rs.client.Client for SSL connections with .p12 file?
Our application should make use of javax.ws.rs.client.Client
(whose implementation is provided by resteasy-jaxrs-3.0.19.Final.jar
) to perform an HTTP POST request to an external service whose URL starts with https.
The developers of the external service provided us a .p12 file to be used as certificate. First of all we run the command