RE: Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server
From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 11/27/03
- Next message: Kevin McDonnell [MSFT]: "RE: xp_sendmail error: Cannot generate SSPI context"
- Previous message: Kevin McDonnell [MSFT]: "RE: SQL login setup and windows 2000 domain local group"
- In reply to: carl: "Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 Nov 2003 00:39:54 GMT
Protocol encryption uses SSL APIs implemented in NT. Type 4 JDBC drivers
have a problem in that they are not allowed to directly call system dlls.
There is no library in Java 1.4 or below that emulates the protocol
encryption behavior of SSL from Windows NT.
If your JDBC application requires protocol encryption to SQL 2000, you will
have to use alternate method of encryption such as IPSEC or use a suitable
SSL enabled Type 3 JDBC Driver.
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.
- Next message: Kevin McDonnell [MSFT]: "RE: xp_sendmail error: Cannot generate SSPI context"
- Previous message: Kevin McDonnell [MSFT]: "RE: SQL login setup and windows 2000 domain local group"
- In reply to: carl: "Encrypted JDBC connection from UNIX to a SQL Server 2000 Database Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|