Connection error with sslmode (PgSQL 7.3)

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Connection error with sslmode (PgSQL 7.3)
Дата
Msg-id 20051204212549.GB10050@soptik.pzkagis.cz
обсуждение исходный текст
Список pgsql-odbc
Hello,

  I register problem with connection to PgSQL 7.3. Error is that
PgSQL 7.3 doesn't know connection parameter sslmode.

I think about it and try this solution:
Add SSL mode:
- none - don't add sslmode to connect string
- requiressl_try - use requiressl=0 instead of sslmode
- requiressl_on  - use requiressl=1 instead of sslmode

I also change default value from "prefer" to "none". "none" works
aginist all server versions.

There is a question what about Protocol data source option? Isn't
it obsolete?

Comments all welcome

Luf

Вложения

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

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: Compilation psqlODBC againist older PgSQL
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Connection error with sslmode (PgSQL 7.3)