Natraj,

On 10/18/21 01:19, Natraj Thekkan wrote:
@Mark
        Thanks for your response.

We have tested by removing that line of code, still client able to establish 
the connection with server using TLSv1 and TLSv1.1. Below one is configured in 
java.security file.

jdk.tls.disabledAlgorithms=SSLv3,TLSv1,TLSv1.1,RC4,MD5withRSA,ADH,DH,DHE,
     DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
     include jdk.disabled.namedCurves

Note that OpenSSL will ignore the jdk.tls.disabledAlgorithms setting.

Mark (and others), maybe we should take jdk.tls.disabledAlgorithms into account when configuring OpenSSL through JSSE, since a user might expect that all JSSE providers will respect that setting.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to