Re: [INTERFACES] Questions connecting to PostgreSQL.

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [INTERFACES] Questions connecting to PostgreSQL.
Дата
Msg-id 37FC9E31.38BD6C2D@alumni.caltech.edu
обсуждение исходный текст
Ответ на RE: [INTERFACES] Questions connecting to PostgreSQL.  ("Ansley, Michael" <Michael.Ansley@intec.co.za>)
Список pgsql-interfaces
> At the moment, although ssl is being built into libpq, which would enable
> it's use for libpq++, ODBC does not use the libpq source, which is a bit of
> a bummer.  However, I suspect that it wouldn't be too difficult to include
> it.  If you're capable of writing a sockets server, you shouldn't find it
> too difficult ;-)

Someone posted a note on how to fire up an SSL path from a client to a
server, which can then be used by the client to contact the
postmaster. In my 2 second test, it worked just fine. I didn't check
to see if subsequent connections (i.e. after the handoff to the
session backend) used SSL too. Does it, or can it? Or is this
technique only helpful to hide the initial passwords and handshaking??
                    - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] Problem accessing large object via servlet
Следующее
От: Brian P Millett
Дата:
Сообщение: Re: [INTERFACES] Jdbc-WebServer