Solved Certbot stopped working due to cryptography>=3.2

Hello,

Certbot doesn't work due to cryptography >= 3.2

Code:
pkg_resources.ContextualVersionConflict: (cryptography 2.9.2 (/usr/local/lib/python3.7/site-packages),
Requirement.parse('cryptography>=3.2'), {'PyOpenSSL'})

Need advise on how to continue, abondon certbot for acme.sh or wait?
Can you be sure that there will be an update for cryptography in the ports?

Thank you,

 
Apparently this is only a problem on FreeBSD 11? Keep in mind that 11 will be EoL around September, so you may want to invest your time in preparing to upgrade to 12.2.
 
Apparently this is only a problem on FreeBSD 11? Keep in mind that 11 will be EoL around September, so you may want to invest your time in preparing to upgrade to 12.2.
But I'm already on:

Code:
root@srv05:/usr/home/me # uname -a
FreeBSD srv05 12.2-RELEASE-p4 FreeBSD 12.2-RELEASE-p4 GENERIC  amd64
 
It wasn't solved for me (even though I was on 11.4, supposedly, in a jail), so I commented out the block in the Makefile starting:
# We need to keep old py-cryptography and py-openssl for 11.x release
...did a make reinstall, and certbot started working again. Just in case anyone else runs into that issue.
We're planning to migrate these services to another system, but for now we need it working where it is.
 
Back
Top