I have successfully used RSA based certificates in my Zabbix set up, and decided to try ECC based certs for performance reasons.
I tried with both CentOS and Ubuntu agents, with an OpenBSD server. Ubuntu had been giving me GnuTLS Negotiation Errors, and Centos seemed to be having a possibly unrelated issue with permissions (probably SELinux).
I used Openssl/libressl "openssl ecparam -genkey -name secp521r1 -out agent.key"
Has anyone had success with with ECC on zabbix? What particular curve worked?
I tried with both CentOS and Ubuntu agents, with an OpenBSD server. Ubuntu had been giving me GnuTLS Negotiation Errors, and Centos seemed to be having a possibly unrelated issue with permissions (probably SELinux).
I used Openssl/libressl "openssl ecparam -genkey -name secp521r1 -out agent.key"
Has anyone had success with with ECC on zabbix? What particular curve worked?
Comment