Access HTTPS RESTful service using Web Client in Spring Boot 2.0 throwing exception
问题 I have to access one https rest web service(https://example.com) for which certificate has been provided by the client which contains 2 .cer files. I have created keystore.jks and truststore.jks files and imported the .cer files to jks file . by using the below command keytool -genkeypair -alias abcd -keyalg RSA -sigalg garegar -keysize 2048 -storetype jks -keystore keystore.jks -validity 365 -storepass changeit keytool -import -alias abcd -trustcacerts -file free/ca_bundle.cer -keystore