Dynamic Java Truststore for a JAX-WS Client

6 years ago

When making a HTTPS request from a Java Client, the client receives a certificate and will verify the server by checking if the certificate exists in its truststore. If the certificate exists, the client will proceed the request, otherwise it will throw an exception. Even if the certificate is verif...

Read more...