dlapiduz / certbot-s3front

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

Max retries exceeded with url #71

Closed themeaningofmeaning closed 6 years ago

themeaningofmeaning commented 6 years ago

Everything has been working great up until my most recent renewal of certificate. I am getting this error:

Unable to reach http://xxx.com/.well-known/acme-challenge/XXXXXX: HTTPSConnectionPool(host='gigkarma.com', port=443): Max retries exceeded with url: /.well-known/acme-challenge/XXXXXX (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),)) Self-verify of challenge failed, authorization abandoned!

I should note that our site's current letsencrypt certificate is now expired, but our S3 + Cloudfront confirmation has not changed at all. The is is the first time that renewing the certificate using certbot-s3front is returning an error. Any ideas on how to resolve this?

rikochet commented 6 years ago

@themeaningofmeaning did you find a solution to this issue?

dlapiduz commented 6 years ago

@rikochet are you still seeing this issue?

rikochet commented 6 years ago

@dlapiduz I was using certbot-s3front in a production environment and couldn't wait for a fix so I have replaced the LE certs with AWS certs. Would love to use this project again in the future but AWS certs are working for me for now.. Thanks.