Hello!
I want to install Zabbix 6.0 on VM (in the Yandex Cloud (YC) ) and for DB I want to use Managed PostgreSQL by YC. But for connect to YC PSQL Cluster application need to use CA.crt from ~/.postgresql/root.crt.
After install zabbix packages on Debian 11 I open "web setup page" and go to page "Configure DB connection". But zabbix couldn't connect to PSQL cluster:

/var/log/zabbix/zabbix_server.log contains next strings:
How to connect zabbix to PSQL with ca.crt verification?
I want to install Zabbix 6.0 on VM (in the Yandex Cloud (YC) ) and for DB I want to use Managed PostgreSQL by YC. But for connect to YC PSQL Cluster application need to use CA.crt from ~/.postgresql/root.crt.
After install zabbix packages on Debian 11 I open "web setup page" and go to page "Configure DB connection". But zabbix couldn't connect to PSQL cluster:
/var/log/zabbix/zabbix_server.log contains next strings:
14411:20220222:143109.629 database is down: reconnecting in 10 seconds
14411:20220222:143119.635 [Z3001] connection to database 'zabbix' failed: [0] ERROR: odyssey: cacb93f0ddf39: incorrect password
14411:20220222:143119.635 [Z3001] connection to database 'zabbix' failed: [0] ERROR: odyssey: cacb93f0ddf39: incorrect password
Comment