Hi
In Java, I wish to establish a 443 SSL connection with remote endpoint using provided CAcerts.pem file.
I wias able to do such in PHP, but I do not how to do the same in Java:
I started to work out the same with Java, with code that I have googled, but
I am not sure how to assure it is using PORT 443 and to use the available CAcert.pem file.
Ideas?
Thanks
Jeff in Seattle