Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Testing Connection Encryption

Author  Topic 

Marketware
Starting Member

9 Posts

Posted - 2010-06-16 : 13:53:15
I have SQL Express 2005 running on my Vista machine as a development environment. I'd like to test the ADO.NET connection setting of .Encrypt = true; in my C# application.

I've used MakeCert.exe to create a self-signed certificate, and have added the certifcate to the Trusted Root Certifcate Auth using the CertMgr.exe. Now the next trick is to be able to select the certificate on the Protocols for SQL Express in the Configuration Manager. But after installing the certificate, I can't see any certificates in the protocols dialog.

Can anyone give me guideance? The help button on the Protocols window says:

To load a certificate for use by SQL Server, you must be running SQL Server Configuration Manager under the same user account as the SQL Server service. I am an administrator on my Vista PC and I set the SQL Service to run under my credentials, but still I can't see any Certificates.

Thanks in advance for any help you can provide!!
   

- Advertisement -