If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Thank you for your reply. Are you saying that encryption can't be done using zabbix agent 3.4 with centos 5?
If i want to do the encryption using pre-shared keys? it is not possible?
Looks like the only reason why it has been disabled is because distribution openssl version provided by CentOS 5 is to old.
Compile and install new openssl on top of the CentOS 5 will not solve the issue because distribution libcurl uses as well uses openssl and if zabbix will be compiled with new version it will cause crash of the zabbix agent by two libraries symbols clashes.
Kind of workaround could be build openssl 1.1.x static libraries and link zabbix binaries statically with this new version of the openssl. But it is only workaround ..
PS. Using RHEL/CentOS 5 based systems longer will create in the future more similar problems.
Comment