BirgerK / docker-apache-letsencrypt

This docker-image contains a simple Apache webserver and supports https-encryption by great Let's Encrypt certificates!
68 stars 47 forks source link

Letsencrypt error on startup #6

Closed loitly closed 6 years ago

loitly commented 6 years ago

Hi, Great work on this image. I've been using it for months. However, after my latest pull to fix the crontab problem, I am getting this error : Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. Do you have any ideas on how it can be fixed? Thanks for your help.

BirgerK commented 6 years ago

Hi,

this looks like a build-in issue which letsencrypt has already solved: https://github.com/certbot/certbot/issues/5405

I can't reproduce this error on my own instance which is running letsencrypt in version 0.4.1.
The latest image version has also letsencrypt 0.4.1.

Maybe you're a pull away from fixing this? If this doesn't work: which letsencrypt version has your image? (letsencrypt --version)

BirgerK commented 6 years ago

Seems like version 0.4.1 is pretty old. I pushed an update to the current certbot version. After the build is done (in maybe 10 minutes) please give it a try.

loitly commented 6 years ago

I got your new version. There's still a couple of issues I noticed.

crontab:

VirtualHost:

BirgerK commented 6 years ago

Thanks for that.

The image does now use the crontab-command which certbot installs. It's pushed and needs some time for building.

There's no virtualhost provided in this image. It's a default apache installed, so virtualhosts can be placed in /etc/apache2/sites-enabled

BirgerK commented 6 years ago

I guess it's closed. If this issue still exists, please respond to this. :)