RE: Force Protocol Encryption
From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 12/06/04
- Next message: Sam: "RE: Force Protocol Encryption"
- Previous message: Stephen Dybing [MSFT]: "Re: installation problems"
- In reply to: Sam: "Force Protocol Encryption"
- Next in thread: Sam: "RE: Force Protocol Encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 06 Dec 2004 20:16:33 GMT
Hi Sam,
From your previous post:
Now one of our developers tells me that he can connect to a SQL Server with
the Query utility & perform any query he wants.
Granted, this user has access to the servers through the firewalls, but why
can he see the results of a query on his end? I thought I would have needed
to export the certificate to his PC, etc., in order to allow him to see the
results of his query. I have determined that the information between his PC
&
the server is encrypted, when he is using the Query utility.
- Response.
When you enable protocol encryption from the Serverside via Server Network
Utility, we are only encrypting the traffic.
Therefore if you do a network trace, the traffic on the wire is encrypted.
Users who have access to the server and the database, will be able
to query the data. It is decrypted for them on the fly.
If you want the client to mutually authenticate the server, you need to
enable the force protocol encryption from the client.
See this kb:
276553 HOW TO: Enable SSL Encryption for SQL Server 2000 with Certificate
Server
http://support.microsoft.com/?id=276553
Additionally,
when you enable Force Protocol Encryption from the server, it encrypts
the logins and
data. However, it does not require the client to trust the same root
authority. If
you prefer the client to trust the same root authority, you must use
Client Network Utility or the connection string option to force
protocol encryption on the client. This is by design.
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.
- Next message: Sam: "RE: Force Protocol Encryption"
- Previous message: Stephen Dybing [MSFT]: "Re: installation problems"
- In reply to: Sam: "Force Protocol Encryption"
- Next in thread: Sam: "RE: Force Protocol Encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|