Re: Proxy Server ...

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Proxy Server ...
Date: 2002-06-25 02:14:02
Message-ID: 20020624230743.S20796-100000@mail1.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 24 Jun 2002, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> > Not possible to run a postmaster inside of the jail itself, which would
> > *really* simplify things :(
>
> Oh, you're thinking proxy inside jail, postmaster outside? How would
> the proxy communicate with the postmaster then?

Same as it always does ... ignore the 'jail' part ... use this as a
scenario:

<Internet> <-> <Proxy Server> <-192.168.0.1-> <Database Server>

Now, I have found one that appears to work great (SSLProxy) ... which uses
JDBC to connect to the database, but it requires an SSL-enabled client to
use it, which cuts out stuff that use ODBC to connect, I believe?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2002-06-25 02:47:35 Re: Proxy Server ...
Previous Message Alvaro Herrera 2002-06-25 01:57:56 Re: Proxy Server ...