We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: