Opening SSL URLs with Python
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-04-08T20:14:53Z
Indexed on
2010/04/09
8:53 UTC
Read the original article
Hit count: 444
Hi folks,
I'm using mechanize to navigate pages, it works pretty well.
Unfortunately 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?
© Stack Overflow or respective owner