Re: ODBC, ssl, problems with.

Поиск
Список
Период
Сортировка
От Lincoln Yeoh
Тема Re: ODBC, ssl, problems with.
Дата
Msg-id 3.0.5.32.20010616221043.014d6da0@192.228.128.13
обсуждение исходный текст
Ответ на ODBC, ssl, problems with.  (Dariusz Pietrzak <dariush@ajax.umcs.lublin.pl>)
Ответы Re: ODBC, ssl, problems with.  (Dariusz Pietrzak <dariush@ajax.umcs.lublin.pl>)
Список pgsql-general
At 02:08 PM 6/16/01 +0200, Dariusz Pietrzak wrote:
>Hello,

> I am seeking SSL enabled driver for postgres ( running ssh tunnel
>involves installing cygwin on every client machine, hmm, maybe putty's

You might want to try stunnel. www.stunnel.org.

Works on Windows too.

And example setup:

Server
service listening on 127.0.0.1:port
|
stunnel server mode listening on <Server interface>:<some other port>
connecting to 127.0.0.1:port
|
SSL connection
|
stunnel client mode listening on 127.0.0.1:port2 connecting to <Server
interface>:<some other port>.
|
actual client connecting to 127.0.0.1:port2

Hope that helps.

I remote admin my firewalls that way. I personally don't trust SSH - took a
brief look at it a couple of years ago and got the impression that features
were slapped on, and there would be many security problems. So far I
haven't regretted my decision.

Cheerio,
Link.


В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: NULL feilds and ERROR messages from libpq++
Следующее
От: Dariusz Pietrzak
Дата:
Сообщение: Re: ODBC, ssl, problems with.