Re: How to use SSL conections? - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: How to use SSL conections?
Date
Msg-id Pine.LNX.4.30.0110242113520.647-100000@peter.localdomain
Whole thread Raw
In response to How to use SSL conections?  (Marcos Cruz <marcos@iti.gov.br>)
List pgsql-general
Marcos Cruz writes:

> My system config is:
>
>     Backend (Linux)            Clients (VB6)
>         |           ODBC        |
>         +------------------------+
>                    TCP/IP
>
> I want use SSL connections. How I do?
>
> At the backend side I need to compile the PostgreSQL --with-openssl
> option.
> At the client side what I need to do?

Implement SSL support in the ODBC driver and share it with the rest of us.
:-/

Currently, only libpq-based interfaces are known to support SSL
connections.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-general by date:

Previous
From: Guy Fraser
Date:
Subject: Re: WWW interface for postgres
Next
From: Doug McNaught
Date:
Subject: Re: Function won't compile