| Author |
Encrypted JDBC between JAVA Middletier and MSSQL Server
|
|
|
| Hi,
I have my J2EE application (SUN JAVA Application server ) accessing business
data stored in MS SQL Server 2000.
I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver class for JDBC
connectivity.
I want secure ( encrypted data exchange between App. and DB) communication.
As evident Force Protocol Encryption feature in SQL Server can ensure
encrypted communication betweeen MS client and server.
Will it also ensure a security between JAVA application and DB Server ?
or Do i need to upgrade my driver class ?
Also what sort of encryption it performs ? Do i have a choice ?
Thanks
aich
| |
|
| Hi,
Please help me sort out my queries. It's really urgent and serious.
I'll appreciate if someone give me good referrence .
Thanks
aich
"aich" wrote:
> Hi,
> I have my J2EE application (SUN JAVA Application server ) accessing business
> data stored in MS SQL Server 2000.
> I'm using com.microsoft.jdbc.sqlserver.SQLServerDriver class for JDBC
> connectivity.
> I want secure ( encrypted data exchange between App. and DB) communication.
> As evident Force Protocol Encryption feature in SQL Server can ensure
> encrypted communication betweeen MS client and server.
> Will it also ensure a security between JAVA application and DB Server ?
> or Do i need to upgrade my driver class ?
> Also what sort of encryption it performs ? Do i have a choice ?
>
> Thanks
> aich
>
| |
| Joe Weinstein 2006-01-13, 11:23 am |
|
aich wrote:
> Hi,
> Please help me sort out my queries. It's really urgent and serious.
> I'll appreciate if someone give me good referrence .
> Thanks
> aich
Hi. MS's driver does not have an option to encrypt
communication between driver and DBMS. Some other
commercial 3rd-party drivers may.
I know that the Inet driver does:
http://www.inetsoftware.de/products.../manual.asp#SSL
Joe Weinstein at BEA Systems
[color=darkred]
>
> "aich" wrote:
>
>
| |
| Shelby Goerlitz [MSFT] 2006-02-07, 8:23 pm |
| aich:
SSL for the SQL Server 2005 JDBC driver is in development.
Shelby Goerlitz
Microsoft SQL Server
Data Programmability -- JDBC
|
|
|
|