Skip to content

Zabbix with self-signed HTTPS certificates #3

@kornflex

Description

@kornflex

If you use HTTPS instead of HTTP, make sure to have corrects certificates.

If you use self signed, I will not work.

Edit this file : weathermap/lib/SimpleZabbixApi.php

Add this options in curl connection :

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions