I have looked at Access Https Rest Service using Spring RestTemplate. But that is for spring 4 and things have changed in spring 5. I was hoping somebody had code sample on how to use Resttemplate to make https call. I have the certs and the auth. I have added the cert to jre/lib/security but spring doesn't seem to read from there.
Asked
Active
Viewed 138 times
0
-
Thanks for the -1. when you get it working come back – user1363516 Aug 20 '18 at 19:10
1 Answers
0
As I discover, when rest client send a request with X-Forwarded-Ssl
key with on
in its header, links become https
.

Ekrem Demirhan
- 204
- 3
- 11