Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TLS 1.2 Support in Weblogic/SOA 12.2.1.4 & JDK1.8

User_LHHTZDec 16 2021

We started seeing Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) error in all our SOA service with recent JDK upgrade (added TLS1.0 and TLS1.1 from disabled algorithm list)
Using these properties in wls startup script already

-Dweblogic.security.SSL.protocolVersion=TLS1
-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2
-Dhttps.protocols=TLSv1.2
-Djdk.tls.client.protocols=TLSv1.2
-Djdk.tls.server.protocols=TLSv1.2

Comments
Post Details
Added on Dec 16 2021
1 comment
445 views