I am supposed to write client which must fetch data from web service. I am follow this guide: https://spring.io/guides/gs/consuming-rest/ The website has https. My code: When I run my program I get this exception: It seems like I need to enable ssl. Okay, I have follow few guides and they don’t really h…