I just installed a fresh Yunohost instance and so far everything works perfectly except AgenDAV. I have it installed to a subdomain at / and whenever I launch it I just get a “Internal Server Error” and nothing else. No errors in any of the logs at all.
EDIT1: (found this in the agendav log)
myapp.CRITICAL: GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) (uncaught exception) at /var/www/agendav/web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 187 {“exception”:"[object] (GuzzleHttp\Exception\RequestException(code: 0): cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) at /var/www/agendav/web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:187)"}
EDIT2: (According to the error page)
CURLE_SSL_CACERT (60)
Peer certificate cannot be authenticated with known CA certificates.
Any advice? I’m not sure how to resolve this. I do have a cert with Let’s Encrypt. Not the self-signed one.
Thank you,
J