Re: [GENERAL] secure connections

From: "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com>
To: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
Cc: "c k" <shreeseva(dot)learning(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: [GENERAL] secure connections
Date: 2008-09-08 16:04:01
Message-ID: 8398dc6d0809080904w44a2c2cbw3f2f0f417bb211f0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

2008/9/7 Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>:
> 2008/9/7 c k <shreeseva(dot)learning(at)gmail(dot)com>:
>> Hello,
>> I have a question regarding secure connections between pg clients and pg
>> server. As per manual for 8.3 we can use openssl for this purpose. does odbc
>> driver supports it and how? Is there any other method for this?
>
> Yes the ODBC driver (as well as all decent postgres clients) does
> support SSL. You can choose SSL mode: disable/prefer/allow/require.
>
> Other method? Encrypted tunnels. VPNs. this kind of stuff.
>
> Remember that establishing SSL session is resource - expensive. This
> can be important if you plan lots of connections.
>
> cheers
>
> --
> Filip Rembiałkowski
>

You can use stunnel + pgbouncer in lots of connections, I'll be using
it without big resources on that machine.

Greetings

Alejandro

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kasia Tuszynska 2008-09-08 20:31:18 moving tablespaces on windows - is it possible?
Previous Message Ben Kim 2008-09-08 14:15:07 Re: problem with pg_stat_activity view

Browse pgsql-general by date

  From Date Subject
Next Message Gordon 2008-09-08 16:29:44 Getting rows in a very specific order
Previous Message Urciolo, Kevin 2008-09-08 15:20:28 Postgres 8.3.1 RowExclusiveLock With JDBC XA