You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Alpine linux is using an older OpenSSL library that doesn't understand precertificate signed timestamps. We need to upgrade to a distro that support OpenSSL 1.1.0 or greater.
/home/con # cat /etc/issue
Welcome to Alpine Linux 3.8
Python 3.6.6 (default, Sep 12 2018, 02:15:29)
[GCC 6.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from cryptography.hazmat.backends.openssl.backend import backend
>>> print(backend.openssl_version_text())
OpenSSL 1.0.2q 20 Nov 2018
~ $ cat /etc/issue
Welcome to Alpine Linux 3.8
Kernel \r on an \m (\l)
~ $ uname -a
Linux 00dfe6153660 4.9.125-linuxkit #1 SMP Fri Sep 7 08:20:28 UTC 2018 x86_64 Linux
~ $ python3
Python 3.6.8 (default, Jan 24 2019, 16:36:39)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from cryptography.hazmat.backends.openssl.backend import backend
>>> print(backend.openssl_version_text())
OpenSSL 1.1.1a 20 Nov 2018
Alpine linux is using an older OpenSSL library that doesn't understand precertificate signed timestamps. We need to upgrade to a distro that support OpenSSL 1.1.0 or greater.
pyca/cryptography#3461
Exploring https://hub.docker.com/_/python
The text was updated successfully, but these errors were encountered: