I cannot figure out how to configure the scraper on InfluxDB OSS 2.0.7.
In particular, I am trying to skip the validation on self-signed certificates.
The release notes for v2.0.2 mention that the following features were added, but nowhere does it mention how to configure them.
- Allow scraper to ignore insecure certificates on an endpoint.
- Allow self-signed certificates for scraper targets.
The log continues to output the following each time a scrape is attempted.
remote error: tls: bad certificate
I’ve spent a considerable amount of time trying to figure this out on my own. If anyone could help me figure out how to utilize this feature, I’d really appreciate it.
Thank you!