I meant to add: the exception is throw when running web2py locally but not when running dev_appserver.py.
On Tuesday, 12 June 2012 13:55:04 UTC+1, Carl wrote: > > I'm using login_methods.auth10a_account to authenticate users using their > LinkedIn account and then access their LI profile information to enrich the > ui experience. > > I've added httplib2 to enable this. > > All was fine until, I think, I upgraded to Python 2.7. > > Now, in httplib2 I get an exception at conn.connect() #line 230. > The exception is ssl_SSLError > > Anyone else had this experience? Or... using Python 2.7 and httplib2 > without this issue? >