I’m attempting to perform mutual TLS authentication to server.com (changed), and I’m getting Fatal (HANDSHAKE_FAILURE): Couldn’t kickstart handshaking, javax.net.ssl.SSLException: readHandshakeRecord after Produced client Finished handshake message. I am using AdoptOpenJDK 11.0.11.9-hotspot.…
Tag: mtls
Configure Spring Boot’s with custom SSLContext programmatically (for mTLS)
Problem Programmatically configure Spring Boot’s to use my custom SSLContext. And use for mTLS. Context Spring’s documentation provides only one, clear way how to configure SSL (via application.properties): However, this solution lacks depth as there are scenarios, where I’d like to advantag…