jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 123 forks source link

mechanize giving ssl errors #115

Open bentech4u opened 7 years ago

bentech4u commented 7 years ago

My script was working with form based authentication and one sudden day it is giving me

urllib2.URLError: <urlopen error [Errno 1] _ssl.c:492: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>

how can i fix this?