Beam-Connectivity / grafana-dashboard-manager

Import and export Grafana dashboards for backup and dynamic provisioning
MIT License
57 stars 12 forks source link

Self Signed Certs? #4

Closed vitosans closed 8 months ago

vitosans commented 2 years ago

Any support for self-signed certs?

(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1129)')))

vitosans commented 2 years ago

Found a workaround with:

export CURL_CA_BUNDLE=""

chan-vince commented 2 years ago

At the moment the cert verification is automatic but yes self-signed certs should be supported, probably along the lines of a cli flag like how curl does it with --insecure. But yes setting that env var will sort it in the meantime 👍

biswajitm19 commented 3 months ago

Hi @vitosans , Are you able to download dashboards without SSL verify ? can you please send me your command.