Re: ODBC problem - crypt..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ODBC problem - crypt..
Дата
Msg-id 19102.971191714@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ODBC problem - crypt..  (Cedar Cox <cedarc@visionforisrael.com>)
Ответы Re: ODBC problem - crypt..  (Jamie Walker <jamie@sagaxis.co.uk>)
Список pgsql-interfaces
Cedar Cox <cedarc@visionforisrael.com> writes:
> SSL link is established before any other data is sent (including
> username/password), correct?

Right.  BTW, I believe the SSL support is actually broken in 7.0.* :-(
(the lack of complaints doesn't say much for the number of people
worried about comsec for PG).  It's allegedly fixed in current sources
but I haven't tried it.  I'd suggest experimenting with a current
snapshot.

> Are there any special libraries required for
> compiling PG with SSL support?  Also, what about use of SSL inside/outside
> the US?

You need SSL which is a separate package.  Beyond that I haven't a clue;
you'll have to go look for info about SSL.
> Now for the big question:  Does the ODBC driver support SSL connections?

[... grep ...]  Apparently not.  libpq (and therefore anything built
atop libpq) does, but ODBC doesn't use libpq.  ODBC needs some other
updates too --- for instance, it still thinks there's a limit on query
string length.

Right now I don't think anyone is actively maintaining ODBC, but it
badly needs someone to care for it.  Any volunteers out there?
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re:
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: [HACKERS] Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL