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?