We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
tls-key
tls-cert
https://influxdb.example.com:8086/metrics
Expected behavior:
The Scraper should skip TLS verification when targeting self-signed endpoints.
Actual behavior: Scraper fails due to TLS verification, preventing scraping metrics from endpoints with self-signed certificates.
Environment info:
Linux 5.4.0-1018-aws x86_64
InfluxDB 2.0.1 (git: 37cc047133) build_date: 2020-11-11T03:53:31Z
quay.io/influxdb/influxdb:v2.0.1
Config:
Logs:
influxdb | ts=2020-11-16T03:54:55.660149Z lvl=error msg="Unable to gather" log_id=0QVntGm0000 error="Get \"https://influxdb.example.com:8443/metrics\": x509: certificate signed by unknown authority" influxdb | 2020-11-16T03:54:55.664093Z info http: TLS handshake error from 172.23.0.1:56070: remote error: tls: bad certificate
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
tls-key
andtls-cert
optionhttps://influxdb.example.com:8086/metrics
)Expected behavior:
The Scraper should skip TLS verification when targeting self-signed endpoints.
Actual behavior:
Scraper fails due to TLS verification, preventing scraping metrics from endpoints with self-signed certificates.
Environment info:
Linux 5.4.0-1018-aws x86_64
InfluxDB 2.0.1 (git: 37cc047133) build_date: 2020-11-11T03:53:31Z
quay.io/influxdb/influxdb:v2.0.1
Config:
Logs:
The text was updated successfully, but these errors were encountered: