Hello,
Sorry for bumping this topic. I am trying to connect my Nextcloud instance to a manated postgresql 12 database in DigitalOcean. Connection is done only via SSL.
I follow the recommendation from above:
“dbhost” => “endpont:25060;sslmode=require;sslcert=/path/to/db_certificate.crt;”
but I always get server error with:
"## Internal Server Error
The server was unable to complete your request.
If this happens again, please send the technical details below to the server administrator.
More details can be found in the server log."
but the server does not create any errors in the instance. Not even after manually creating a nextcloud.log file and granting access to www-data.
I see in @kbaegis post there is a sslkey and sslrootcert but there is only CA file to download from the managed databases in digitalocean.
Does anyone know what am I doing wrong? Any ideas?
Thanks!