How to allow Java to call HTTPS Web Service
This chapter describes the steps required to allow calling HTTPS Web Service. 1. Get Certificate of the url via Web Browser 2. Import the certificate file to cacerts Go to JAVA_HOME\jre\bin Run following command : ./keytool…
Read More