Closed prairietree closed 4 months ago
Hi
Have you read the release note for the latest version and followed the instructions at the top ?
Thanks. That seems to have been the issue. I was using the 1.5-alpine tag for nginx-proxy. I changed it to 1.6-alpine tag and now I can load the https page.
companionLog.txt
I am using image nginxproxy/acme-companion. I updated to the latest yesterday or the day before. I had not notice an issue before but did not test for it. I did a bit of reading around through issues here and other places but found no solution.
I have NextCloud in one docker image with a domain like nextcloud.mydomain.com and I have collabora in anther with a domain like office.mydomian.com. I noticed collabora was not working.
When I go to https://office.mydomain.com/hosting/discovery I get "
office.mydomain.com uses an invalid security certificate. The certificate is not trusted because it is self-signed. Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
". If I continue on to the page I get "500 Internal Server Error
", but http://office.mydomain.com/hosting/discovery works fine.Looking the logs for the docker container I see a 400 error returned to the acme-challenge:
I turned on debug and here is the complete logs of a start of the companion docker container. I inserted a few blank lines at the place where the logs for the office domain starts about a 108 lines down. There is a few more blank lines about 530 lines down where I got the error above from.
I appreciate any suggestions. Thanks
Update- it says this is too long so I removed most of the log. I will try to attach it.