Hey!
I’ve got this error Please ask your administrator to add ca-chain.cert.pem to the ca-bundle.crt, for example “cat /etc/loolwsd/ca-chain.cert.pem >> /resources/config/ca-bundle.crt” . The exact error message was: cURL error 60: SSL certificate problem: self signed certificate in certificate chain
I’m sure that my bundle file is correct, because I’ve use the same conf for other site.
My config looks like this
SSLCertificateFile /etc/apache2/ssl/mycert.cer
SSLCertificateChainFile /etc/apache2/ssl/mycert.ca-bundle
SSLCertificateKeyFile /etc/apache2/ssl/mycert.key
Here SSLCertificateChainFile /etc/apache2/ssl/mycert.ca-bundle my chain with root CA.
How can I fixed this error?
p.s. The same config works fine for https://nextcloud.mydomain.com