Displaying 3 results from an estimated 3 matches for "cryptographydeprecationwarning".
2019 Sep 17
0
audit freeing multiple contexts (when running certbot)
...rtificate.
The above instance was created by running the following command:
[root at merlin ~]# date ; cd /opt/letsencrypt && ./certbot-auto renew ; date
Tue Sep 17 10:32:24 BST 2019
/opt/eff.org/certbot/venv/lib/python3.4/site-packages/cryptography/hazmat/bindings/openssl/binding.py:163: CryptographyDeprecationWarning: OpenSSL version 1.0.1 is no longer supported by the OpenSSL project, please upgrade. A future version of cryptography will drop support for it.
utils.CryptographyDeprecationWarning
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -...
2020 Oct 05
2
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
...resstart haproxy"
(I run a post hook, because haproxy-1.5.18-9.el7.x86_64 from the CentOS
packages wants to have the cert and the key in one file).
Unfortunately, now certbot-1.7.0-1.el7.noarch has stopped working and the
error message is:
/usr/lib/python2.7/site-packages/josepy/util.py:9:
CryptographyDeprecationWarning: Python 2 is no longer supported by the
Python core team. Support for it is now deprecated in cryptography, and
will be removed in a future release.
from cryptography.hazmat.primitives.asymmetric import rsa
Traceback (most recent call last):
File "/usr/bin/certbot", line 9, in <mod...
2020 Oct 05
0
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
...ost hook, because haproxy-1.5.18-9.el7.x86_64 from the CentOS
> packages wants to have the cert and the key in one file).
>
> Unfortunately, now certbot-1.7.0-1.el7.noarch has stopped working and the
> error message is:
>
> /usr/lib/python2.7/site-packages/josepy/util.py:9:
> CryptographyDeprecationWarning: Python 2 is no longer supported by the
> Python core team. Support for it is now deprecated in cryptography, and
> will be removed in a future release.
> from cryptography.hazmat.primitives.asymmetric import rsa
> Traceback (most recent call last):
> File "/usr/bin/certbot&qu...