Re: Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 11/24/03
- Next message: Paul Blackler: "Re: Truncating the log"
- Previous message: Jasper Smith: "Re: TCP/IP and security"
- In reply to: carl: "Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Nov 2003 17:28:43 -0000
This article below has a good step by step (it refers to a
clustered environment but is relavent to non clustered also)
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=26908
Here's a webcast on how to enable SSL
http://support.microsoft.com/default.aspx?scid=kb;en-us;324777
And here's a KB article that goes into detail about how to
enable SSL on the client side i.e. just for specific connections
and not all of them (which would be the case if you Force protocol
Encryption on the server)
http://support.microsoft.com/default.aspx?scid=kb;en-us;316898
My "top tips" for SSL would be
1) Make sure you request the certificate using the SQL Service account
and specify the FQDN of the server as the name on the certificate e.g.
SQLServername.domain.com
2) Make sure you install the certificate when logged in as the SQL service
account.
Some other articles
http://support.microsoft.com/default.aspx?scid=kb;en-us;318605
http://support.microsoft.com/default.aspx?scid=kb;EN-US;276553
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "carl" <anonymous@discussions.microsoft.com> wrote in message news:318D4767-13AA-4D2A-AAE7-73396E6CD673@microsoft.com... I have a SQL Server 2000 database server (enterprise edition on windows 2003) and an Application running on Unix AIX wants to connect into the database using a JDBC connection that is SSL encrypted. Does anyone have any suggestions or links to articles on this subject?. Thanks in advance. Carl
- Next message: Paul Blackler: "Re: Truncating the log"
- Previous message: Jasper Smith: "Re: TCP/IP and security"
- In reply to: carl: "Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|