Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL3 handshake failure #1

Open
pedrokost opened this issue Oct 15, 2011 · 0 comments
Open

SSL3 handshake failure #1

pedrokost opened this issue Oct 15, 2011 · 0 comments

Comments

@pedrokost
Copy link

Traceback (most recent call last):
File "D:\Dropbox\Code\Utilities\moodle-todo\todo.py", line 68, in
doc = BeautifulSoup(o.open(BASE_URL.replace('http://', 'https://') + '/login/index.php', p).read().decode('utf8', 'replace'))
File "C:\Python27\lib\urllib2.py", line 394, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 412, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 372, in _call_chain
result = func(args)
File "C:\Python27\lib\urllib2.py", line 1207, in https_open
[Finished] return self.do_open(httplib.HTTPSConnection, req)
File "C:\Python27\lib\urllib2.py", line 1174, in do_open
raise URLError(err)
urllib2.URLError: *
<urlopen error [Errno 1] _ssl.c:1354: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure>**


Win7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant