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