How to call REST API protected with SSL (https) from Spring Boot ?

Let’s say you want to invoke a REST API from your spring boot application. And it is protected with SSL. In other words you need an SSL certificate to access that application, else you won’t be given access to it. Your java keystore already has a lot of inbuilt certificates(In my local it is present … Continue reading How to call REST API protected with SSL (https) from Spring Boot ?