Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-22429

Missing information on default SSLKeyLocation (Zabbix Proxy)

XMLWordPrintable

    • Team B
    • Sprint 97 (Feb 2023), Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), S24-W10/11, S24-W16/17
    • 0.25

      'zabbix_proxy --help' shows the default locations as below.

      Some configuration parameter default locations:
      ...
        SSLCertLocation                "/usr/share/zabbix/ssl/certs"
        SSLKeyLocation                 ""
      ...
      

      SSLKeyLocation is missing. It should be set as "/usr/share/zabbix/ssl/keys"
      If you place a 'test.key' file under /usr/share/zabbix/ssl/keys directory, the following error occurs.

      Problem with the local SSL certificate: unable to set private key file: '/test.key' type PEM
      

      A workaround is needed by setting SSLKeyLocation=/usr/share/zabbix/ssl/keys in the zabbix_proxy.conf file.

            MVekslers Michael Veksler
            JKKim Kim Jongkwon
            Team B
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: