Disable SSL 3.0 Windows CE Web Server -
i have web server running on few devices running few versions of windows ce. 1 ce 5.0 , other ce 6.0 r3.
i have tool can check see if server supports tls , ssl , versions. can see both of web servers support tls 1.0 , ssl 3.0. can see site:
http://msdn.microsoft.com/en-us/library/ms900411.aspx
that can disable ssl, when disables tls 1.0. there way turn off ssl 3.0 without turning off tls?
i tried works on windows server, didn't either:
[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 3.0\server] "enabled"=dword:00000000
this link might help: authentication services registry settings (windows ce 5.0)
Comments
Post a Comment