Link to home
Start Free TrialLog in
Avatar of heco
heco

asked on

Disable SSLV2 in Tomcat

I need to verify that SSLV2 is not enabled on our Tomcat web server. It is being hosted on a windows 2003 server.
Avatar of jfer0x01
jfer0x01
Flag of United States of America image

Hi

I found this on

https://www.experts-exchange.com/questions/22837110/How-do-I-disable-SSLv2-on-Windows-2003-server.html

Create a DWORD value in the following key named Enabled.  Set it to 0 (zero).  Reboot.


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server
Avatar of heco
heco

ASKER

Thanks for the response. This appears to be for IIS, I need to know how to do it in Tomcat.
Hi,  

the registry fix may simply disable SSLV2 on Win2k3

the registry key does not point to IIS Subkeys
Avatar of heco

ASKER

Thanks, I will give it a shot and let you know!
ASKER CERTIFIED SOLUTION
Avatar of jfer0x01
jfer0x01
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
any luck?
any progress?
Hi,

please award points or close question

Jfer