Re: Encrypting PGBouncer to Postgres DB connections - Mailing list pgsql-admin

From AJ Weber
Subject Re: Encrypting PGBouncer to Postgres DB connections
Date
Msg-id 5165AC42.4080109@comcast.net
Whole thread Raw
In response to Encrypting PGBouncer to Postgres DB connections  (Bhanu Murthy <bhanu_murthy@yahoo.com>)
List pgsql-admin
AFAIK, you have to use stunnel to do it (which is not hard to setup, but it almost makes you wonder whether you should go to the trouble of using pgbouncer at all).

I just went through this and I ended up just testing direct connections through the tunnel without pgbouncer in the middle.  It worked for the most part.  I had some unexplained issues with my app that I couldn't pinpoint so I stopped testing it for a while.  (And my app already does connection pooling, so pgbouncer wasn't going to help that much in that regard.)


On 4/10/2013 2:06 PM, Bhanu Murthy wrote:
Hi all,
 
Can someone please point me to detailed documentation on how to secure/encrypt connections between PGBouncer and Postgresql database (version 8.4.3)? 
 
Thanks in advance!
 
Bhanu M. Gandikota
Cell: (415) 420-7740
 

pgsql-admin by date:

Previous
From: Bhanu Murthy
Date:
Subject: Encrypting PGBouncer to Postgres DB connections
Next
From: "ktm@rice.edu"
Date:
Subject: Re: [SQL] Encrypting PGBouncer to Postgres DB connections