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 2000 Forums
 SQL Server Administration (2000)
 Implement SSL in SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-23 : 09:04:55
sunny writes "How can i implement SSL in SQL Server in a typical client server environment ? Does the default port number change when you implement SSL?"

andre
Constraint Violating Yak Guru

259 Posts

Posted - 2002-04-23 : 10:05:22
I believe you need to use the multiprotocol network library instead of TCP/IP or pipes to connect with SSL.

Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2002-04-23 : 18:03:52
quote:

I believe you need to use the multiprotocol network library instead of TCP/IP or pipes to connect with SSL.



True in SQL 7. No longer necessary in SQL 2000. All libraries can handle encryption in SQL 2000.

Go to Top of Page
   

- Advertisement -