Closed xnyo closed 7 months ago
Adds -insecure flag to skip TLS verification when making HTTP requests to
-insecure
./detect-angular-dashboards -j -insecure https://localhost:3000/api
This can be used to use the program against instances that have a self-signed certificate.
Fixes #7
Any progress here?
Hi @toporek3112 , this has been added in the latest release: https://github.com/grafana/detect-angular-dashboards/releases/tag/v0.8.0
Perfect, thank you guys!
Adds
-insecure
flag to skip TLS verification when making HTTP requests toThis can be used to use the program against instances that have a self-signed certificate.
Fixes #7