Login  Register

Re: TLS and server

Posted by ErmanArslansOracleBlog on Oct 21, 2024; 11:49am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/TLS-and-server-tp12691p12703.html

Interesting issue. Server chooses TLS 1.0 stubbornly, and client doesn't accept it stubbornly..
Did you check the following?

Web Service Fail After JDK 8 Patched to 291 Version Get Error "The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]" (Doc ID 2811088.1)

In the document above, there are 2 things said

1)Set below JAVA_OPTION in Weblogic level, if it set in Java level then this may not help, then use the solution explain in point 2.

2)If still getting issue then verify $JAVA_HOME/jre/lib/security/java.security 'jdk.tls.disabledAlgorithms' should remove TLSv1

So please check your env accordingly.