question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker has old openssl (1.0.1t)

See original GitHub issue

Bug 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:

  1. install docker from https://hub.docker.com/r/mangadl/manga-py
  2. try to download e.g. http://www.mangahere.cc/manga/the_last_human/
  3. 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.
  4. for this url you get the following error [AttributeError("'NoneType' object has no attribute 'group'",)]
  5. for this url same error but download is ok: http://fanfox.net/manga/solo_leveling/

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
xxlbugcommented, Apr 10, 2020

wow, nice response time 😃 thank you

0reactions
xxlbugcommented, Apr 20, 2020

Thank you, working fine for me now!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found