Hi,
I am making a change to code so that calls to a web service will be made over ssl instead of HTTP.
I am using Java 1.4
Has anyone made similar code changes, if so can you give me some guidance?
So far I have been using the
HttpClient - HttpClient SSL Guide
site as my reference point, and my code upgrade seems straight forward.
What is missing from this page is a reference to the truststore location. Do I need to specifically point to a truststore location, or is there a default truststore location that I should save my cert to?
Thank you