For security purposes, you should disable Secure Socket Layer (SSL) 3.0 protocol in Microsoft IIS if it is enabled on your SnapCenter web server.
About this task
There are flaws in the SSL 3.0 protocol that an attacker can use to cause connection failures, or to perform man-in-the-middle attacks and observe the encryption
traffic between your website and its visitors.
Steps
- To launch Registry Editor on the SnapCenter web server host, click , and then enter regedit.
- In Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL
3.0\.
- If the Server key already exists:
- Select the Enabled DWORD, and then click .
- Change the value to 0, and then click OK.
- If the Server key does not exist:
- Click , and then name the key Server.
- With the new Server key selected, click .
- Name the new DWORD Enabled, and then enter 0 as the value.
- Close Registry Editor.