TLS and server

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

TLS and server

Laurel
Hi Erman!
Appreciate a hint:
I have put newest jre 8 and enabled webstart on 12.2.14
the  env and weblogic   has configured to accept /backward compatibility TLSv1,TLSv1.1, TLSv1.2
Checking by ps  -ef |grep weblogic grep TLS I can confirm  processes started with those options
But i get  this error launching forms.
so i am puzzled with  the sentence :Server selected  protocol version TLS10..
Why server selected  and why that version coming from ?Do you have explanation for me ?
If i  take java options/Advanced and select all versions TLS and apply, its still not allow me access
I i  downgrade java ->  I can access





Thx alot! :)
Best wishes,Laurel
Reply | Threaded
Open this post in threaded view
|

Re: TLS and server

ErmanArslansOracleBlog
Administrator
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.