From: Jorge G. <go...@ie...> - 2004-11-19 11:00:56
|
Gerhard Haering <gh...@gh...> writes: > On Fri, Nov 19, 2004 at 06:54:15PM +1000, Timothy Smith wrote: >> whats kind of support for ssl connections does pypgsql have? > > None so far, but it would be easy to add the additional parameters to > the connect() function in pyPgSQL/PgSQL.py. None? It seems to work here... If I connect with pyPgSQL to a remote database that only accepts SSL connections it accepts my connection. If I use psql without SSL, it doesn't connect at all, so I assumed it used some library from the client side of PostgreSQL. Am I wrong? -- Godoy. <go...@ie...> |