-
Notifications
You must be signed in to change notification settings - Fork 10
Setup No SSL v3
Previous Setup TLS 1.2 | Manual Install | Setup Group Membership Next |
---|
FineBuild can disable Secure Sockets Layer v3 (SSL v3).
SSL v3 is vulnerable to hacking and is considered obsolete and it should be disabled wherever possible.
Setup No SSL v3 configuration helps to reduce the network surface area available for attack. If you setup Security Compliance then Setup No SSL v3 configuration will always be implemented.
The Setup No SSL v3 configuration can be enforced by Group Policy Management.
Processing of Setup No SSL v3 relates to Process Id 1DH in the FineBuild1Preparation script, and is controlled by the parameters below:
Install Parameter | Build | SQL Version | Value |
---|---|---|---|
/SetupNoSSL3: | FULL | Any | Yes |
/SetupNoSSL3: | CLIENT | Any | Yes |
/SetupNoSSL3: | WORKSTATION | Any | Yes |
The following steps show what you would have to do to setup Setup No SSL v3 manually. FineBuild does all of this work for you automatically.
-
Open the Registry Editor by Start -> Run and type regedit
-
Navigate to HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client.
If the registry key does not exist then create it.
-
Set the value of the DWORD item Enabled to 0 (zero).
If it does not exist then create it
-
Navigate to HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server.
If the registry key does not exist then create it.
-
Set the value of the DWORD item Enabled to 0 (zero).
If it does not exist then create it
Copyright FineBuild Team © 2016 - 2018. License and Acknowledgements
Previous Setup TLS 1.2 | Top | Setup Group Membership Next |
---|
Key SQL FineBuild Links:
SQL FineBuild supports:
- All SQL Server versions from SQL 2019 through to SQL 2005
- Clustered, Non-Clustered and Core implementations of server operating systems
- Availability and Distributed Availability Groups
- 64-bit and (where relevant) 32-bit versions of Windows
The following Windows versions are supported:
- Windows 2022
- Windows 11
- Windows 2019
- Windows 2016
- Windows 10
- Windows 2012 R2
- Windows 8.1
- Windows 2012
- Windows 8
- Windows 2008 R2
- Windows 7
- Windows 2008
- Windows Vista
- Windows 2003
- Windows XP