Categories
Tips

Apache HttpClient 4.4 with SSL Client Cert Tips

Tips:

  1. To enable SSL handshake debug:
    -Djavax.net.debug=ssl,handshake
  2. when Create a KeyStore, Client Key Pairs should be encrypted with password. ( the same password of the key store), otherwise, an exception of Can’t recover key will be threw)

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.