greyltc / docker-owncloud

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

Connection refused after reboot #121

Open LForLuketastic opened 3 years ago

LForLuketastic commented 3 years ago

Hello

We have an older system (l3iggs/owncloud) which we shut down once and restarted. Since then we always get "Connection Refused" because the passphrase was not saved. I have now replaced this with a wildcard. The files now exactly named "server.crt" and "server.key" in the path "/media/data/ownCloud/sslCert", these are also in the container in "/etc/httpd/conf" and do a "ln" to "/https". "httpd-ssl.conf" is also configured this way additionally with a "ca.crt". Nevertheless I get a connection refused with the fqdn:8080 to 443.

Am I doing something wrong here or what exactly is the problem? I really don't get it here and I've really put in hours now.

thanks a lot!