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
 General SQL Server Forums
 New to SQL Server Programming
 Force Encryption protocol option in network option

Author  Topic 

ann06
Posting Yak Master

171 Posts

Posted - 2009-03-01 : 03:11:55
does sql 2000 send the credentials in clear text over the wire if this option is not enabled?
if this option is enabled on the server and there is a certificate, must it also be enabled on the clients, or it will force the client automatically to use the ssl and if failed connection will fail?

ann06
Posting Yak Master

171 Posts

Posted - 2009-03-02 : 01:41:55
after little research case somebody will read. answer is yes
http://www.sqlservercentral.com/articles/Security/sqlserversecurityloginweaknesses/1095/
for ssl using
http://msdn.microsoft.com/en-us/library/aa302414.aspx


Go to Top of Page
   

- Advertisement -