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
When running this script on my server (Ubuntu 22.04), I had an error like AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'. It seems like, It happened when the script was trying to install/enable Certbot. The complete error:
When running this script on my server (Ubuntu 22.04), I had an error like
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
. It seems like, It happened when the script was trying to install/enable Certbot. The complete error:I've found the solution for fixing this error by upgrading the
PyOpenSSL
library, so I added the upgrade syntax on the script like the image below:And now the installation script works fine and no error. Should I make a PR for this? But I have to reproduce the error to make sure.
Thank you!
The text was updated successfully, but these errors were encountered: