Example project showing how to provide a Spring Boot App that serves a secured REST endpoint, that is called with Spring´s RestTemplate configured to use client authentification with a client ...
This works till JAVA 8, but it stopped working after moving to JAVA 11. After some investigations, I got to know that this is because, KeyStore type PKCS12 is default in JAVA 9 and onwards (prior to ...