I have added certificates in my keystore and trust store and then trying to call the https endpoint using spring boot. Getting the below log. Not able to understand much on the ssl log .. hence asking some help from the community.
SSL log in debug mode:
[OUT] http-nio-8080-exec-4, WRITE: TLSv1.2 Handshake, length = 80
[OUT] http-nio-8080-exec-4, READ: TLSv1.2 Alert, length = 2
[OUT] http-nio-8080-exec-4, RECV TLSv1.2 ALERT: fatal, handshake_failure
[OUT] %% Invalidated: [Session-1, TLS_RSA_WITH_AES_256_CBC_SHA256]
[OUT] http-nio-8080-exec-4, called closeSocket()
[OUT] http-nio-8080-exec-4, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure