libpq.dll for win32 always using ssl

Поиск
Список
Период
Сортировка
От Tony and Bryn Reina
Тема libpq.dll for win32 always using ssl
Дата
Msg-id BAY8-DAV16FD1v2MHZl0000bbab@hotmail.com
обсуждение исходный текст
Ответы Re: libpq.dll for win32 always using ssl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32
I've compiled libpq.dll for Windows including the OpenSSL functionaility. It works great, but I can't seem to turn off SSL encryption.
 
From what I undertand, the libpq function PQconnectdb should be able to take the option "requiressl=1". I was thinking that stating "requiressl=0" might turn off SSL; or, perhaps simply not specifying the requiressl option might turn off SSL. Neither of these seem to be the case. Can anyone help? How can I force the library not to use encryption?
 
Thanks.
-Tony
 
p.s. For what it's worth, I'm getting about a 30% speed hit with using SSL in my database queries.
 

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Build error in src/interfaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq.dll for win32 always using ssl