libpq.dll for win32 always using ssl - Mailing list pgsql-hackers-win32

From Tony and Bryn Reina
Subject libpq.dll for win32 always using ssl
Date
Msg-id BAY8-DAV16FD1v2MHZl0000bbab@hotmail.com
Whole thread Raw
Responses Re: libpq.dll for win32 always using ssl
List 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 by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Build error in src/interfaces
Next
From: Tom Lane
Date:
Subject: Re: libpq.dll for win32 always using ssl