SQL Server is not accessed through the SSL port. It is not affected by SSL
certificates. I have them on some of my systems and this does not affect how
I connect or access the databases. You can encrypt the traffic by request
via ConnectionString settings but again this is not affected by SSL.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com www.betav.com/blog/billva Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit
www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
[quoted text, click to view] "Mark" <murkynow50@yahoo.com> wrote in message
news:unOdhFtzHHA.748@TK2MSFTNGP04.phx.gbl...
> Okay, this is probably a stupid question, but so be it.
>
> I've had a cert on a SQL server containing only one database.
>
> I'm now considering putting a cert on our main db server. But I can't find
> any info as to whether I should be concerned about how all the individual
> database applications will react to the cert.
>
> I know that ODBC handles the connection, but will an application balk at
> any communication when a cert gets enabled?
>
> Thanks,
> Mark.