eshad / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Python MUST have SSL enabled #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install httplib2 on Python running on Suse
2.try to import httplib2

What is the expected output? What do you see instead?
I got an error message that says httplib don't have a HTTPSConnection attribute

What version of the product are you using? On what operating system?
Httplib2 0.7.2
Python 2.7.2
Suse 9

Please provide any additional information below.
I already have my code working fine with httplib2 on a Windows 7 machine where 
I have my Python with SSL support. The question is: there is a way to keep my 
server running as basic as possibly and use httplib2, or my only chance is to 
recompile my python to enable SSL?

Original issue reported on code.google.com by xgvar...@gmail.com on 19 Dec 2011 at 8:23

GoogleCodeExporter commented 9 years ago
Yes, SSL must be enabled.

Original comment by joe.gregorio@gmail.com on 1 Mar 2012 at 3:43