NagVis / nagvis

Visualization addon for your open source monitoring core
http://nagvis.org/
GNU General Public License v2.0
113 stars 73 forks source link

FIX: Fix BI-Backend HTTPS incompatibility #317

Closed loocars closed 1 year ago

loocars commented 2 years ago

After changing the a Checkmk Site to use HTTPS the following issues with the BI Backend occur.

  1. The old, already created, objects don't show the correct information anymore Bildschirmfoto vom 2022-06-22 12-49-50
  2. Creation of new objects is no longer possible Bildschirmfoto vom 2022-06-22 12-50-13

The actual error can be seen by changing the error handling of the file_get_contents call: Bildschirmfoto vom 2022-06-22 13-01-15

With this fix no verification can be disabled or the path to the needed certificate can be added.

LarsMichelsen commented 1 year ago

Thanks!