0

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.

user1363516
  • 360
  • 4
  • 15

1 Answers1

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