foursquare

Httplib2 ssl error

Httplib2 ssl error Question: Today I faced one interesting issue. I’m using the foursquare recommended python library httplib2 raise SSLHandshakeError(SSLError(1, ‘_ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed’),) while trying to request an oauth token response, body = h.request(url, method, headers=headers, body=data) in _process_request_with_httplib2 function does anyone know why this happens? Asked By: user1876339 || Source Answers: If …

Total answers: 4