Ad Widget

Collapse

SSL certificate file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aidaitzabbix
    Junior Member
    • Jan 2023
    • 12

    #1

    SSL certificate file

    Hello,
    I'm trying to monitor some websites inside my firewall.
    I set up the authentication tab in web scenario as following:

    Click image for larger version

Name:	image.png
Views:	1262
Size:	29.8 KB
ID:	459533
    I got the following error ​: Step "Site availability" [1 of 1] failed: Problem with the local SSL certificate: could not load PEM client certificate, OpenSSL error error:80000002:system library::No such file or directory, (no key found, wrong pass phrase, or wrong file format?)

    My cert and key are located in the following paths:

    /etc/ssl/private/ --> for the key
    /etc/ssl/certs/ --> for the cert

    How can I fix the problem?.
    Thanks in advance.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please check what is written in the manual.


    Check that the SSLCertLocation and SLKeyLocation values in your Zabbix server configuration match where you put the files. You can check what values are currently set by executing the following command.
    Code:
    # zabbix_server --help
    P.S.
    Posting the same content in multiple places makes it difficult for us to know which post to respond to, so it's best not to do so.

    Comment


    • aidaitzabbix
      aidaitzabbix commented
      Editing a comment
      Hello,
      Thanks for your answer and my apologies for the duplicate content.
Working...