You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a prometheus collector that runs inside of a docker container from a vendor, it works fine but does not serve a valid cert. I can query it just fine with "curl -k" but the sensu-prometheus-collector refuses to talk to it, with or without the -insecure-skip-verify flag:
I have a prometheus collector that runs inside of a docker container from a vendor, it works fine but does not serve a valid cert. I can query it just fine with "curl -k" but the sensu-prometheus-collector refuses to talk to it, with or without the -insecure-skip-verify flag:
isn't the purpose of the -insecure-skip-verify to bypass "certificate has expired or is not yet valid"?
The text was updated successfully, but these errors were encountered: