Ad Widget

Collapse

TLS issue - Agent for FreeBSD v13.1 GnuTLS Zabbix Agent for FreeBSD v13.1 OpenSSL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • judgewolf
    Junior Member
    • Aug 2022
    • 8

    #1

    TLS issue - Agent for FreeBSD v13.1 GnuTLS Zabbix Agent for FreeBSD v13.1 OpenSSL

    Tested with Zabbix Agent for FreeBSD v 13.1 GnuTLS Zabbix Agent for FreeBSD v13.1 OpenSSL

    Packages were downloaded from https://www.zabbix.com/download_agen...&show_legacy=0

    Agent was not compiled or re-compiled from source code, and was used as is downloaded from the official download page

    Agents were tested of FreeNAS OpenBSD and a regular OpenBSD server without NAS Storage functionality

    The agent was able to start when all the TLS configurations were turned off and commented out from the zabbix_agent.conf file TLS Settings used:

    TLSConnect=psk TLSAccept=psk TLSPSKIdentity=example_identity TLSPSKFile=/usr/local/etc/zabbix.psk

    zabbix.psk chmod set to 644

    If the binary is started with the settings above is attempted it produces the following error:
    zabbix_agentd [1027]: "TLSConnect" configuration parameter cannot be used: Zabbix agent was compiled without TLS support zabbix_agentd [1027]: "TLSAccept" configuration parameter cannot be used: Zabbix agent was compiled without TLS support zabbix_agentd [1027]: "TLSPSKIdentity" configuration parameter cannot be used: Zabbix agent was compiled without TLS support zabbix_agentd [1027]: "TLSPSKFile" configuration parameter cannot be used: Zabbix agent was compiled without TLS support


Working...