How to (completely) turn off protocol encryption in SQL Server? (the checkbox in server network utility is unchecked)
ron.bennatan_at_gmail.com
Date: 03/25/05
- Previous message: Hansde Bruin: "Re: Running SQLServer and SQLServer Agent as Power User"
- Next in thread: Jasper Smith: "Re: How to (completely) turn off protocol encryption in SQL Server? (the checkbox in server network utility is unchecked)"
- Reply: Jasper Smith: "Re: How to (completely) turn off protocol encryption in SQL Server? (the checkbox in server network utility is unchecked)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Mar 2005 15:02:16 -0800
Hi,
I am trying to revert back to a completely unencrypting state in SQL
Server - and am not succeeding. Aparently, there are some "left overs"
that I am not able to get rid of. Of course I unchecked the Force
Protocol Encryption option in the Server network utility and I even
went a step further in that I added the Certificate key to the registry
under SuperSocketNetLib and even deleted all the certificates from the
local machine.
Here are the details of what I did and what I can't get rid of:
- I am running SQL Server 2000 SP 3 build 760
- The machine I am running SQL Server on is also running a CA server
- A while back I enabled protocol encryption and installed a server
authentication certificate by the DNS name of the box; all worked fine
- I then disabled protocol encryption
- I added an entry to the registry as:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib]
"Certificate"="0"
- I also tried it as dword
- I deleted the certificate using mmc
- I restarted SQL Server
My problem is that _some_ of the protocol is still being encrypted.
Specifically, while most of the connection is not being encrypted, the
initial handshake between the client and the server is still encrypted.
How do I revert back to the original state where nothing is being
encrypted or modified?
Thanks very much for any help,
-Ron
- Previous message: Hansde Bruin: "Re: Running SQLServer and SQLServer Agent as Power User"
- Next in thread: Jasper Smith: "Re: How to (completely) turn off protocol encryption in SQL Server? (the checkbox in server network utility is unchecked)"
- Reply: Jasper Smith: "Re: How to (completely) turn off protocol encryption in SQL Server? (the checkbox in server network utility is unchecked)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|