Multiple images fail to download with "SSL: WRONG_VERSION_NUMBER"
See original GitHub issueOn Ubuntu 19.10 with OpenSSL 1.1.1c, a few images (including the book cover) fail to download with the following message.
[#] HTTPSConnectionPool(host='learning.oreilly.com', port=443): Max retries exceeded with url: /library/view/building-event-driven-microservices/9781492057888/assets/Fig-01-xx-BusinessVsTechnological-BCs.png (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2508)')))
...
[#] Error trying to retrieve this image: Fig-01-xx-BusinessVsTechnological-BCs.png
From: https://learning.oreilly.com/library/view/building-event-driven-microservices/9781492057888/assets/Fig-01-xx-BusinessVsTechnological-BCs.png
Some (most) images download without any issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
SSL: WRONG_VERSION_NUMBER - Stack Overflow
At the root of this, I speculate that a recent update in long-term stable images of distros like Debian has led to a...
Read more >SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC ...
I am on master commit ( 32bbe89 ). While trying to download "9781492047834", some of the CSS are not downloaded with following error....
Read more >Installation trouble of Smuthi Package - Google Groups
I am using Windows 10. I have created a new Conda environment. I tried installing Smuthi, but I get an error. python -m...
Read more >SSL: WRONG_VERSION_NUMBER - Forum
A month or two back, I posted a question regarding connecting to RDP from behind a proxy server. The error stack had indicated...
Read more >Azure cli behind corporate proxy not working (SSL
I have my C:\\Users\\xxxx\\cacert-with-corp-proxy-cert.pem file updated with corporate ssl proxy certificate.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll close once the fix is merged.
Surprisingly #198 does solve my issue with pictures but not with CSS files. I’ll try that workaround, thanks for the pointer!
edit: @TheSnoozer can confirm, this change makes my assets downloads succeed consistently.