Disable SSLv3 on Exchange 2010 server (Poodle Vulnerability)

https://social.technet.microsoft.com/Forums/exchange/en-US/df60acfa-6646-4d9f-b7ea-6c0bd440fb9c/disable-sslv3-on-exchange-2010-server-poodle-vulnerability?forum=exchange2010

Copy and paste this into a text file and save as a .reg file, then double click on the file to add to the registry of the server

disableSSLv3.reg


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client]
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
"Enabled"=dword:00000000


No Comments

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *