Invoking Endpoint From SOA Composite Gives "javax.xml.soap.SOAPException: Message send failed: TLSv1.0" Error
(Doc ID 2756352.1)
Last updated on MARCH 01, 2023
Applies to:
Oracle WebLogic Server - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
Unable to invoke end point from a SOA composite. The error thrown is
Unable to invoke endpoint URI "https://hostname/contextroot" successfully due to: javax.xml.soap.SOAPException: Message send failed: TLSv1.0
Below options are set for using all the protocols.
-Dweblogic.ssl.SSLv2HelloEnabled=false
-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.0
-Djdk.tls.client.protocols=TLSv1,TLSv1.1,TLSv1.2
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
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 |