Docker has old openssl (1.0.1t)
See original GitHub issueBug report
Environment (please complete the following information):
| Description | Data |
|---|---|
| OS | Docker on linux |
| Python version | 3.6.8 |
| Manga-py version | 1.14.1 |
| URL | http://www.mangahere.cc/manga/the_last_human/ |
To Reproduce:
Steps to reproduce the behavior:
- install docker from https://hub.docker.com/r/mangadl/manga-py
- try to download e.g. http://www.mangahere.cc/manga/the_last_human/
- get
DEPRECATION: The OpenSSL being used by this python install (OpenSSL 1.0.1t 3 May 2016) does not meet the minimum supported version (>= OpenSSL 1.1.1) in order to support TLS 1.3 required by Cloudflare, You may encounter an unexpected reCaptcha or cloudflare 1020 blocks. - for this url you get the following error
[AttributeError("'NoneType' object has no attribute 'group'",)] - for this url same error but download is ok: http://fanfox.net/manga/solo_leveling/
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
I can't install specific version (1.0.2g) of openssl in docker
It works pretty fine with ubuntu:16.04 base image and the same Dockerfile you provided: FROM ubuntu:16.04 RUN apt-get update RUN apt-get ...
Read more >openssl version used is insecure #1601 - docker/compose
Recent studies have shown that RSA export ciphersuites support is far more common. This issue affects OpenSSL versions: 1.0.1, 1.0.0 and 0.9.8.
Read more >shamelesscookie/openssl - Docker Image
openssl, running on Alpine Linux and built from source. Usage. docker run --rm shamelesscookie/openssl:latest version OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL ......
Read more >Build Python 3.6.0 from source with FIPS validated OpenSSL ...
9 - Verify that OpenSSL has been replaced successfully. It should now show “FIPS”. openssl version OpenSSL 1.0.2h-fips 3 May 2016 ...
Read more >Is Ubuntu Docker Container Scanning enough to protect you?
Container security is powerful, however, it does have its limitations. In this hands-on article, we explore Docker container scanning and ...
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 Free
Top 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

wow, nice response time 😃 thank you
Thank you, working fine for me now!