My Oracle Support Banner

WebService Call Fails with "got FabricInvocationException javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure" on JDK 1.7 (Doc ID 2174577.1)

Last updated on AUGUST 01, 2023

Applies to:

Oracle WebLogic Server - Version 10.3.6 and later
Information in this document applies to any platform.

Symptoms

An application deployed on Weblogic 10.3.6 is making a call to secured webservice which requires 'TLS_RSA_WITH_AES_128_CBC_SHA256' cipher for a successful handshake.

Weblogic 10.3.6 is running on JDK 1.7 with JSSE enabled so TLS 1.1 and TLS 1.2 protocols are supported.

According to the following document "TLS_RSA_WITH_AES_128_CBC_SHA256" cipher is only available for TLS 1.2 protocol or later :

Link : https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html

When we force Weblogic to use this cipher we see the following errors in the logs :

Log says "TLS_RSA_WITH_AES_128_CBC_SHA256" is not supported and hence the handshake fails.

Enabling JCE did not help either.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.