Обсуждение: SSL

Поиск
Список
Период
Сортировка

SSL

От
"Sascha Alexander Jopen"
Дата:
Hi,

i'm not sure wether thsi is the right mailing list for this question...

i'm using the odbc driver to connect a windows2000 box to the psql-server
running on a linux box. but only unsecure connections are established. when
i put a line 'hostssl' for my hosts in pg_hba.conf i can't establish any
connection. what do i have to do, to get ssl connections work using
win2k-clients? the server certs where already created.

Thanks in advance,
Sascha Jopen


Re: SSL

От
Hiroshi Inoue
Дата:
Sascha Alexander Jopen wrote:
>
> Hi,
>
> i'm not sure wether thsi is the right mailing list for this question...
>
> i'm using the odbc driver to connect a windows2000 box to the psql-server
> running on a linux box. but only unsecure connections are established. when
> i put a line 'hostssl' for my hosts in pg_hba.conf i can't establish any
> connection. what do i have to do, to get ssl connections work using
> win2k-clients? the server certs where already created.

Unfortunately the current odbc driver doesn't support
SSL. It seems there's a driver which supports SSL.
Please look at http://www.commandprompt.com .
SSL support is in my personal TODO but it would not
be ready in the near future.

regards,
Hiroshi Inoue
    http://w2422.nsk.ne.jp/~inoue/

Re: SSL

От
Jean-Michel POURE
Дата:
Le Mercredi 17 Avril 2002 10:22, Sascha Alexander Jopen a écrit :
> i'm using the odbc driver to connect a windows2000 box to the psql-server
> running on a linux box. but only unsecure connections are established. when
> i put a line 'hostssl' for my hosts in pg_hba.conf i can't establish any
> connection. what do i have to do, to get ssl connections work using
> win2k-clients? the server certs where already created.

Built-in SSL connexion is not yet available in Windows ODBC driver. Still you
can use on both sides (server and client) Stunnel (http://www.stunnel.org) or
OpenSSH (included in Cygwin) .

Cheers,
Jean-Michel POURE