Background If you’re using relatively new versions of Spring Boot and Tomcat, configuring a HTTPS server with a client-certificate authentication (mutual authentication) is actually pretty straightforward. The information on how to achieve this, however, is not. So once I figured …

Mutual authentication (server & client SSL/HTTPS) with Spring Boot + Tomcat (embedded and standalone) Read more »