SHOW:
|
|
- or go back to the newest paste.
| 1 | slave@hackberry:~/elementaryfixes$ export LP_DISABLE_SSL_CERTIFICATE_VALIDATION=1 | |
| 2 | slave@hackberry:~/elementaryfixes$ python main.py | |
| 3 | Traceback (most recent call last): | |
| 4 | File "main.py", line 46, in <module> | |
| 5 | launchpad = Launchpad.login_anonymously(APP_NAME, 'production') | |
| 6 | File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 373, in login_anonymously | |
| 7 | version=version) | |
| 8 | File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 198, in __init__ | |
| 9 | credentials, service_root, cache, timeout, proxy_info, version) | |
| 10 | File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 460, in __init__ | |
| 11 | self._wadl = self._browser.get_wadl_application(self._root_uri) | |
| 12 | File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 299, in get_wadl_application | |
| 13 | response, content = self._request(url, media_type=wadl_type) | |
| 14 | File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 242, in _request | |
| 15 | str(url), method=method, body=data, headers=headers) | |
| 16 | File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 211, in _request_and_retry | |
| 17 | url, method=method, body=body, headers=headers) | |
| 18 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1543, in request | |
| 19 | (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) | |
| 20 | File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 126, in _request | |
| 21 | LaunchpadOAuthAwareHttp, self)._request(*args) | |
| 22 | File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 130, in _request | |
| 23 | redirections, cachekey) | |
| 24 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1293, in _request | |
| 25 | (response, content) = self._conn_request(conn, request_uri, method, body, headers) | |
| 26 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1229, in _conn_request | |
| 27 | conn.connect() | |
| 28 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1004, in connect | |
| 29 | raise SSLHandshakeError(e) | |
| 30 | - | httplib2.SSLHandshakeError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed |
| 30 | + | httplib2.SSLHandshakeError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed |
| 31 | slave@hackberry:~/elementaryfixes$ apt-cache policy python-launchpadlib | |
| 32 | python-launchpadlib: | |
| 33 | Installed: 1.10.2+ds-1 | |
| 34 | Candidate: 1.10.2+ds-1 | |
| 35 | Version table: | |
| 36 | *** 1.10.2+ds-1 0 | |
| 37 | 100 /var/lib/dpkg/status | |
| 38 | 1.9.12-2 0 | |
| 39 | 500 http://ftp.debian.org/debian/ wheezy/main armhf Packages |