开发者

Opening SSL URLs with Python

开发者 https://www.devze.com 2022-12-25 22:42 出处:网络
I\'m using mechanize to navigate pages, it works pretty well. Unfort开发者_StackOverflow社区unately I have a random error come up, by random I mean it occasionally appears.

I'm using mechanize to navigate pages, it works pretty well.

Unfort开发者_StackOverflow社区unately I have a random error come up, by random I mean it occasionally appears.

URLError at /test/

urlopen error [Errno 1] _ssl.c:1325: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac>


I really need help on this one :)


any ideas?


I had a similar error and found that PycURL works way better than urllib.

Django request XML file with SSL IO error

0

精彩评论

暂无评论...
验证码 换一张
取 消