I was curious and I made a quick check on the Internet: the following
reference say that even with SSL, SQL-Server will still be using the port
1433 (if it's the default port to be used, of course):
http://www.eggheadcafe.com/software/...ctions-to.aspx
Also, since MDAC 2.6, it seems that you can now invoke an encryption on a
per client basis instead of for everyone:
http://support.microsoft.com/kb/316898
http://support.microsoft.com/kb/811906
However, these articles don't say if you can use the "Encrypt=YES" for ODBC
or "Use Encryption for Data=True" for OLEDB even if there is no certificated
installed on the server.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)
"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
wrote in message news:uPQ$(E-Mail Removed)...
>I don't know, I'm not a dba; you should ask on a newsgroup about SQL-Server
>and security such as microsoft.public.sqlserver.security what would be your
>best option. Don't forget to describe your problem (nature of your
>security needs, type of network, etc.).
>
> --
> Sylvain Lafontaine, ing.
> MVP - Technologies Virtual-PC
> E-mail: sylvain aei ca (fill the blanks, no spam please)
>
>
> "Richard Roche" <(E-Mail Removed)> wrote in message
> news:F10BAF61-7B44-4EED-8CA8-(E-Mail Removed)...
>> Thanks. I'm a developer and weak on server networking. Can SSL be used
>> w/
>> SQL port 1433? What are the options you'd recommend so encryption?
>> Group
>> Policy with ipsec?
>> --
>> Richard
>>
>>
>> "Sylvain Lafontaine" wrote:
>>
>>> If you're not using a link over SSL, by default, the login will be
>>> encrypted
>>> (using a self generated certificate) but the rest of the communication
>>> will
>>> not be. However, you can configure the server to encrypt all of its
>>> communication. To my knowledge, you cannot have a mixed environment
>>> where
>>> some of the communications will be encrypted and the others not; so this
>>> is
>>> why you cannot ask the communication to be encrypted from the client
>>> side.
>>>
>>> --
>>> Sylvain Lafontaine, ing.
>>> MVP - Technologies Virtual-PC
>>> E-mail: sylvain aei ca (fill the blanks, no spam please)
>>>
>>>
>>> "Richard Roche" <(E-Mail Removed)> wrote in
>>> message
>>> news:20886CE4-9B64-4996-8CB0-(E-Mail Removed)...
>>> > SQL 2005 - Access 2007 (project)
>>> > are the packets sent between client and server in plain text?
>>> > if so what are options to encrypt them.
>>> >
>>> > Thanks
>>> > --
>>> > Richard
>>>
>>>
>>>
>
>