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

SSL Error #18

Open
tacobelldog52 opened this issue Feb 8, 2018 · 0 comments
Open

SSL Error #18

tacobelldog52 opened this issue Feb 8, 2018 · 0 comments

Comments

@tacobelldog52
Copy link

tacobelldog52 commented Feb 8, 2018

screen shot 2018-02-08 at 12 28 07 pm_censored
ss-Xserve:cybrary-video-downloader-master sspatz$ python cybrary-video-downloader.py --quality 720 --course "https://www.cybrary.it/course/cissp/" --ssl False Username: sspatz Password: Traceback (most recent call last): File "cybrary-video-downloader.py", line 74, in <module> main() File "cybrary-video-downloader.py", line 70, in main login(username, password) File "cybrary-video-downloader.py", line 36, in login session.post('https://www.cybrary.it/wp-login.php', data=values, headers=headers) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 555, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, **kwargs) File "/Library/Python/2.7/site-packages/requests/adapters.py", line 506, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='www.cybrary.it', port=443): Max retries exceeded with url: /wp-login.php (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)'),)) sss-Xserve:cybrary-video-downloader-master sspatz$ python -c "import ssl; print ssl.OPENSSL_VERSION" OpenSSL 0.9.8zh 14 Jan 2016 sss-Xserve:cybrary-video-downloader-master sspatz$ python -c "from OpenSSL.SSL import SSLeay_version, SSLEAY_VERSION; print SSLeay_version(SSLEAY_VERSION)" OpenSSL 0.9.8zh 14 Jan 2016 sss-Xserve:cybrary-video-downloader-master sspatz$

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