Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Seems always doing TLS verification #30

Open
zhangxin511 opened this issue Jun 12, 2019 · 1 comment
Open

Seems always doing TLS verification #30

zhangxin511 opened this issue Jun 12, 2019 · 1 comment

Comments

@zhangxin511
Copy link

zhangxin511 commented Jun 12, 2019

I am running as docker container, It seems not matter how I configure the skip-tls-verification, it always check the certs validation.

This is partial of the configure file:

[[http.output]]
name = "influxdb01"
location = "https://Some_Silly_Cert_Influx01:8086/"
skip-tls-verification = true
endpoints = {write="/write", write_prom="/api/v1/prom/write", ping="/ping", query="/query"}
timeout = "10s"
λ curl -G "http://127.0.0.1:9090/health"
{"status":"critical","problem":{"influxdb01":"KO. Get https://Some_Silly_Cert_Influx01:8086/ping: x509: certificate signed by unknown authority","influxdb02":"KO. Get https://Some_Silly_Cert_Influx02:8086/ping: x509: certificate signed by unknown authority"}}

Any helps?

@damoun
Copy link

damoun commented Aug 15, 2019

You're right, the /health and /admin endpoint doesn't use the skip-tls-verification.
We will fix it ASAP, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants