dlapiduz / certbot-s3front

Certbot CLI plugin for S3/CloudFront validation and installation
MIT License
584 stars 70 forks source link

Downgrade pyOpenSSL to 23.1.1 #92

Open akomakom opened 1 year ago

akomakom commented 1 year ago

At this time, building the image installs pyOpenSSL version 23.2.0. At runtime, the following error is observed:

An unexpected error occurred:
ValueError: Invalid version. The only valid version for X509Req is 0.

With 23.1.1, certbot works correctly

Credit: https://serverfault.com/a/1132637/412944