From: <gh...@gh...> - 2003-03-30 21:04:07
|
Benjamin Scherrey wrote: > Thanx - I'm trying to do just that but I'm having a bad time trying to get the eGenix mx extensions to > build. No luck so far so I can't build pypgsql either... :-( I'm using the urllib2 client HTTPS > connection for a secure credit card processor that talks to Authorize.net. HTTPS is only available in > the 2.3 alpha version of python. So far everything else supports it but my pyphsql stuff. > Unfortunately that's kinda an important point... The answer for your problem is still the same: http://pypgsql.sourceforge.net/misc/python-ssl.html A SSL-enabled _socket.pyd replacement for Python 2.2.x. Makes HTTPS/smtplib.starttls() etc. work. It's just a coincidence that I put it on the pyPgSQL page during the time where I had no webspace of my own. So you won't have to mess with Python 2.3, yet. -- Gerhard |