Re: Python SSL Socket issue

2005-04-20 Thread adam
Try con.connect() before the first putrequest -adam -- http://mail.python.org/mailman/listinfo/python-list

Python SSL Socket issue

2005-04-19 Thread lauras
Hello, We are having an issue with Python SSL sockets using Apache and mod_python. When we try to get an SSL connection using the following code: con = httplib.HTTPSConnection( self.HOST, self.PORT ) #con.set_debuglevel(10) con.putrequest( "POST", "" )