Code: Select all
SSLHandshakeError: [Errno 1] _ssl.c:480: error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithmCode: Select all
SSLHandshakeError: [Errno 1] _ssl.c:480: error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithmMy Pushbullet plugin also one day suddenly stopped working. It was in January this year.krambriw wrote:I think I stumbled into the same type of problem earlier...
For 'long' time (since 1.5 years) I had a perfectly working plugin using the 'requests' library that suddenly did not work any longer when logging on to the same web site. It generated "SSL InsecurePlatform error when using Requests package". On Stackoverflow I found several postings about this issue that seemed to be related to what Python version you are using. Affected is versions earlier than 2.7.9 (EG is using 2.6.5).
http://stackoverflow.com/questions/2909 ... ts-package
I tried the suggested actions and manually added those recommended libraries (pyOpenSSL, ndg-httpsclient, pyasn1) to 'lib26/site-packages' but so far without success.
=> 0.4.1.r1706blackwind wrote:Since Pako appears to be MIA at the moment, I've come up with a temporary workaround: Simply drop in the updated win32 _ssl.pyd found here. Hope this helps you as well, Walter.