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 -import -alias pbx -keystore  ..\lib\security\cacerts -file D:\pbx.cer

Note : password => changeit

Software Engineer | Digital Transformation Practitioner | Web & Mobile Developer | IT Consultant | Technopreneur | Blogger

Leave a Reply

Your email address will not be published.