json_exporter
json_exporter copied to clipboard
scraping https endpoint with invalid cert
How can I add tls.verify to false?
Try adding the following under the module (config.yml):
http_client_config:
tls_config:
insecure_skip_verify: true