From: <gh...@gh...> - 2004-05-24 14:04:30
|
Kirill Lapshin wrote: > Hello, > > I am trying to use pyPgSQL from windows to reach SSL-only postgre > server, and I am getting following error: [...] The pyPgSQL Windows binaries are not compiled against a SSL-aware libpq. The issue is not if Python's socket module supports SSL, but if the PostgreSQL client library libpq is compiled with SSL support. I'll try to keep that in mind next time I produce Windows binaries. In the meantime if you need a workaround, perhaps you can get something to work with a Windows version of stunnel. -- Gerhard |