jsdelivr / bot

DEPRECATED The jerk of a bot that checks PRs and responds in comments
22 stars 14 forks source link

Bot failing with SSL error #53

Closed brycekahle closed 8 years ago

brycekahle commented 8 years ago

From https://github.com/jsdelivr/jsdelivr/pull/10085

[Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

megawac commented 8 years ago

That's a python-requests/pyOpenSSL issue. See https://github.com/kennethreitz/requests/issues/2022

Apparently the fix on our end would be to upgrade to python 3 :/