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.
| 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. |
 |
|
|
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. |
 |
|
|
|
|
|