greyltc / docker-owncloud

Arch linux based docker container with owncloud
111 stars 37 forks source link

Lets Encrypt fails (SSL method 3) #108

Closed miniatur closed 7 years ago

miniatur commented 7 years ago

Hey at first awsome project.

I'd run into issues using method 3 with the latest tag. I'd tryed the 9.0.2-2 where it worked fine so i guess my basic setup is fine.

docker exec -it owncloud.active sh -c 'EMAIL=mail@mail.de DO_SSL_LETS_ENCRYPT_FETCH=true setup-apache-ssl-key' Fetching ssl certificate files for sub.domain.tld from letsencrypt.org. This container's Apache server must be reachable from the Internet via http://sub.domain.tld An unexpected error occurred: Bug in pythondialog: expected an empty output from u'infobox', but got: u'Error opening terminal: unknown.\n'Please see the logfile 'certbot.log' for more details.

grets

greyltc commented 7 years ago

Hm. Thanks for the report. I'll have a look into this.

greyltc commented 7 years ago

This is a bug with letsencrypt: https://github.com/certbot/certbot/issues/1154 I've implemented a workaround in my container here and verified that method 3 works again.