Re: How to use SSL conections?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Marcos Cruz <marcos(at)iti(dot)gov(dot)br>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to use SSL conections?
Date: 2001-10-24 21:56:37
Message-ID: Pine.LNX.4.30.0110242113520.647-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-10-24 21:57:23 Re: Listing users
Previous Message Peter Eisentraut 2001-10-24 21:55:51 Re: MATCH FULL flawed?