HTTPClient and Client Side Certificates
October 18, 2011
I had to develop an interface to a leading credit reference agency. The call was based on self signed certificates (no other certificates required), and we had to attach a client side certificate to the request. The payload was a SOAP XML block.
Certificates
I ended up with two keystores, …