The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Enabling SSL encryption with SQL Server 2000

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Pau Laudeman

Posts: 54
Nickname: plaudeman
Registered: Apr, 2005

Pau Laudeman is a Smart Client junkie for the .NET platform!
Enabling SSL encryption with SQL Server 2000 Posted: May 8, 2005 1:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Pau Laudeman.
Original Post: Enabling SSL encryption with SQL Server 2000
Feed Title: Paul Laudeman
Feed URL: /error.htm?aspxerrorpath=/blogs/paul.laudeman/rss.aspx
Feed Description: Helping You to Make "Smart Clients" Smarter!
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Pau Laudeman
Latest Posts From Paul Laudeman

Advertisement

Microsoft has several articles (see below) on how to enable SSL communication with SQL Server 2000. This is useful to do if you want to ensure that the communication to your database server is encrypted and cannot be snooped with packet sniffers.

If you are running SQL Server as a limited privilege domain account you’ll need to perform an extra steps to get everything to work. If you don’t, your likely to get several error messages posted to your event log and SQL Server will not be able to run in encrypted communication mode.

On your SQL Server, you must grant the SQL Server service account Full Control permissions to the following directory:

C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto

After assigning the new permissions, be sure to check the Replace permission entries on all child objects with entries shown here that apply to child objects option.

For more information about how to set up SSL with SQL Server, see the following KB articles:

If SSL isn't an option for you, see also:


Read: Enabling SSL encryption with SQL Server 2000

Topic: Building the WSMQ SQL Sever Database Installer Previous Topic   Next Topic Topic: INDA - Books review and more...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use