Home > Archive > SQL Server JDBC > February 2006 > Encrypted JDBC between JAVA Middletier and MSSQL Server









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Encrypted JDBC between JAVA Middletier and MSSQL Server
aich

2006-01-05, 7:23 am

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

aich

2006-01-13, 7:23 am

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

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com