json_exporter icon indicating copy to clipboard operation
json_exporter copied to clipboard

scraping https endpoint with invalid cert

Open g-rd opened this issue 3 years ago • 1 comments

How can I add tls.verify to false?

g-rd avatar Jan 27 '23 16:01 g-rd

Try adding the following under the module (config.yml):

    http_client_config:
      tls_config:
        insecure_skip_verify: true

bergvoll avatar Feb 10 '23 10:02 bergvoll