Re: JDBC: Encrypted connections? SSL?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Randall Parker <randall(at)nls(dot)net>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC: Encrypted connections? SSL?
Date: 2000-07-09 13:06:19
Message-ID: Pine.LNX.4.21.0007090144010.348-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Randall Parker writes:

> With PostgreSQL is there any way to have encrypted connections to the
> database?

One option, based on ssh, is explained in chapter 8 of the Administator's
Guide. (the docs version shipped with 7.0.2)

> Also, once the SSL patent expires in Sept or Oct of this year has any
> thought been given to SSL support?

There is no patent on SSL. The patent that expires in September is the RSA
patent, but of course you can use SSL with a number of other encryption
algorithms.

PostgreSQL 7.0 already has some support for using SSL in the source.
Unfortunately, the author has disappeared and no one knows how to get it
to work. I've just gotten it to compile at least, so if you are
interested, grab the development snapshot and see what you can make of it.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-07-09 13:06:26 Re: Problems installing pltcl
Previous Message Peter Eisentraut 2000-07-09 13:06:02 Re: Find all the dates in the calendar week?