Hello,
We recently migrated our Zabbix database from MySQL to PostgreSQL 15 with TimescaleDB 2.10. Everything had appeared to go successfully but we are noticing a new issue. We are not able to collect data from new agents (Agent 2, haven't tried 1) or Zabbix Proxies until after we restart the Zabbix Server process.
Here is what we see in the log on the agent2:
After a restart of the Zabbix Server, these newly added agents and proxies work the way they are supposed to.
We are wondering if there is some Zabbix Server configuration parameter that maybe we messed up or something we can check in the database?
I appreciate any assistance! Thanks!
EDIT: Some additional information
This is the log we see on the server:
I have inspected the database manually and I see the PSK in the host table that it says it cannot find.
We recently migrated our Zabbix database from MySQL to PostgreSQL 15 with TimescaleDB 2.10. Everything had appeared to go successfully but we are noticing a new issue. We are not able to collect data from new agents (Agent 2, haven't tried 1) or Zabbix Proxies until after we restart the Zabbix Server process.
Here is what we see in the log on the agent2:
Code:
2023/06/02 15:51:28.985314 [101] cannot connect to [192.168.5.15:10051]: 40C67FC2397F0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c:1600:SSL alert number 40 2023/06/02 15:51:28.985363 [101] sending of heartbeat message for [dev-zabbix-proxy-4.dev.internal] started to fail
We are wondering if there is some Zabbix Server configuration parameter that maybe we messed up or something we can check in the database?
I appreciate any assistance! Thanks!
EDIT: Some additional information
This is the log we see on the server:
Code:
4082:20230602:173742.611 cannot find requested PSK identity "PSK : dev-zabbix-proxy-4.dev.internal" 4082:20230602:173742.611 failed to accept an incoming connection: from 192.168.5.44: TLS handshake set result code to 1: file ssl/t1_lib.c line 2827: error:14201076:SSL routines:tls_choose_sigalg:no suitable signature algorithm: TLS write fatal alert "handshake failure"
Comment