TheNetworkGuy / netbox-zabbix-sync

Python script to synchronise Netbox devices to Zabbix.
MIT License
109 stars 27 forks source link

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch #60

Closed Kage1 closed 1 month ago

Kage1 commented 1 month ago

Hello, I'm working to get the netbox-zabbix-sync setup in a lab for testing between our Netbox SOT and a test instance of Zabbix. Our Zabbix server has an SSL cert, but it's not valid due to the domain setup in our Lab, wildcard SSL but the lab is two levels deep. Also given the complicated nature of our domain usage I'm unable to get a real SSL cert issued for by Certbot or manually. Is there anyway to ignore the SSL cert for Zabbix so we can complete our testing?

Kage1 commented 1 month ago

I ended up re-enabling the default listening port 8080 for unsecure communications and was able to proceed.