Sunday, March 11, 2012

Encrypted communication with JDBC driver?

We need encrypted communication with a SQL Server 2005 but I have found no
documentation on how to do this with the JDBC driver. that is; the
communication is encrypted, no problem, but the JDBC driver can't connect.
Does anyone have any knowledge on this?
Thanks,
Thor Egil LeirtroYou can encrypt the data first and then store them in the database.
Thor Egil Leirtr=F8 wrote:
> We need encrypted communication with a SQL Server 2005 but I have found no
> documentation on how to do this with the JDBC driver. that is; the
> communication is encrypted, no problem, but the JDBC driver can't connect.
> Does anyone have any knowledge on this?
>=20
> Thanks,
> Thor Egil Leirtro|||This is part of a large system so encrypting the data in the DB is not an
option. The requirement is to encrypt the communication to the database.
This seems to be working out of the box with the OLEDB drivers, but I can
find no support for it in the JDBC driver.
Thor Egil Leirtro
"Jet Mah" <jetmah@.gmail.com> wrote in message
news:1150735621.329206.99550@.u72g2000cwu.googlegroups.com...
You can encrypt the data first and then store them in the database.
Thor Egil Leirtr wrote:
> We need encrypted communication with a SQL Server 2005 but I have found no
> documentation on how to do this with the JDBC driver. that is; the
> communication is encrypted, no problem, but the JDBC driver can't connect.
> Does anyone have any knowledge on this?
> Thanks,
> Thor Egil Leirtro|||Thor Egil Leirtr wrote:

> This is part of a large system so encrypting the data in the DB is not an
> option. The requirement is to encrypt the communication to the database.
> This seems to be working out of the box with the OLEDB drivers, but I can
> find no support for it in the JDBC driver.
That is correct. The JDBC driver doesn't yet have support
for encrypted transmission.
Joe Weinstein at BEA Systems

> Thor Egil Leirtro
> "Jet Mah" <jetmah@.gmail.com> wrote in message
> news:1150735621.329206.99550@.u72g2000cwu.googlegroups.com...
> You can encrypt the data first and then store them in the database.
> Thor Egil Leirtr wrote:
>
>
>|||Thanks, that was what I suspected. If you have this from a reliable source,
we will have to find other ways.
Thor Egil Leirtro
"Joe Weinstein" <joeNOSPAM@.bea.com> wrote in message
news:4496E15C.5040300@.bea.com...
>
> Thor Egil Leirtr wrote:
>
> That is correct. The JDBC driver doesn't yet have support
> for encrypted transmission.
> Joe Weinstein at BEA Systems
>
>|||You can encrypt the data first and then store them in the database.
Thor Egil Leirtr=F8 wrote:
> We need encrypted communication with a SQL Server 2005 but I have found no
> documentation on how to do this with the JDBC driver. that is; the
> communication is encrypted, no problem, but the JDBC driver can't connect.
> Does anyone have any knowledge on this?
>=20
> Thanks,
> Thor Egil Leirtro|||This is part of a large system so encrypting the data in the DB is not an
option. The requirement is to encrypt the communication to the database.
This seems to be working out of the box with the OLEDB drivers, but I can
find no support for it in the JDBC driver.
Thor Egil Leirtro
"Jet Mah" <jetmah@.gmail.com> wrote in message
news:1150735621.329206.99550@.u72g2000cwu.googlegroups.com...
You can encrypt the data first and then store them in the database.
Thor Egil Leirtr wrote:
> We need encrypted communication with a SQL Server 2005 but I have found no
> documentation on how to do this with the JDBC driver. that is; the
> communication is encrypted, no problem, but the JDBC driver can't connect.
> Does anyone have any knowledge on this?
> Thanks,
> Thor Egil Leirtro|||Thor Egil Leirtr wrote:

> This is part of a large system so encrypting the data in the DB is not an
> option. The requirement is to encrypt the communication to the database.
> This seems to be working out of the box with the OLEDB drivers, but I can
> find no support for it in the JDBC driver.
That is correct. The JDBC driver doesn't yet have support
for encrypted transmission.
Joe Weinstein at BEA Systems

> Thor Egil Leirtro
> "Jet Mah" <jetmah@.gmail.com> wrote in message
> news:1150735621.329206.99550@.u72g2000cwu.googlegroups.com...
> You can encrypt the data first and then store them in the database.
> Thor Egil Leirtr wrote:
>
>
>|||Thanks, that was what I suspected. If you have this from a reliable source,
we will have to find other ways.
Thor Egil Leirtro
"Joe Weinstein" <joeNOSPAM@.bea.com> wrote in message
news:4496E15C.5040300@.bea.com...
>
> Thor Egil Leirtr wrote:
>
> That is correct. The JDBC driver doesn't yet have support
> for encrypted transmission.
> Joe Weinstein at BEA Systems
>
>|||Thor Egil Leirtr wrote:

> Thanks, that was what I suspected. If you have this from a reliable source
,
> we will have to find other ways.
> Thor Egil Leirtro
Check the driver docs:
"When using the JDBC driver to communicate with a SQL Server database, the
communication is not encrypted or signed. To help protect the communication
with the server, you should secure the channel using IPSEC."
Joe Weinstein at BEA Systems

> "Joe Weinstein" <joeNOSPAM@.bea.com> wrote in message
> news:4496E15C.5040300@.bea.com...
>
>

No comments:

Post a Comment