Hello,

there are many reasons not to use SSLv2 and this is why JDK6 doesn't
support it. If you're really talking about SSLv2 and not SSLv2
Client-Hello, so you need to use the IBM JSSE implementation. But, I am
unsure that you need this.


best regards


2016-02-19 13:05 GMT+01:00 Utkarsh Dave <utkarshkd...@gmail.com>:

> I upgraded my tomcat from 7.0.53 ( that was having SSL protocols enable) to
> 7.0.67 (that has by default SSL protocols disable).
>
> To re enable support for SSLv3 and SSLv2, i modified the server.xml inside
> $TOMCAT_HOME/conf to replace sslProtocol="TLS" with
> sslEnabledProtocols="SSLv2,SSLv3,TLSv1"
>
> I can test the SSLv3 requests successfully now , but SSLv2 requests still
> fails.
> They were processing through success before the upgrade of Tomcat.
>
> I am using the JDK1.6 and Redhat platform and openssl version 0.9.8h.
>
> Please let me know if i can enable SSLv2 on the newer Tomcat.
>
> -Thanks
> Utkarsh
>

Reply via email to