[prometheus-users] Re: what insecure_skip_verify will do

2024-05-24 Thread Sameer Modak
insecure_skip_verify worked for me. I put insecure_skip_verify: false hence it was not working. Thanks brian On Thursday, May 16, 2024 at 8:05:58 PM UTC+5:30 Brian Candler wrote: > Then you did something wrong in your config, but you'll need to show the > config if you want help fixing it. >

[prometheus-users] Re: what insecure_skip_verify will do

2024-05-16 Thread 'Brian Candler' via Prometheus Users
Then you did something wrong in your config, but you'll need to show the config if you want help fixing it. It also depends on what you're talking to: is this a scrape job talking to an exporter? Is this service discovery? Something else? On Thursday 16 May 2024 at 15:12:14 UTC+1 Sameer Modak

[prometheus-users] Re: what insecure_skip_verify will do

2024-05-16 Thread Sameer Modak
So here is the update i did try this insecure skip but i am still getting below error, tls: failed to verify certificate: x509: certificate signed by unknown authority On Thursday, May 16, 2024 at 1:28:43 PM UTC+5:30 Brian Candler wrote: > It depends what you mean by "secure". > > It's

[prometheus-users] Re: what insecure_skip_verify will do

2024-05-16 Thread 'Brian Candler' via Prometheus Users
It depends what you mean by "secure". It's encrypted, because you've told it to use HTTPS (HTTP + TLS). If the remote end doesn't talk TLS, then the two won't be able to establish a connection at all. However it is also insecure, because the client has no way of knowing whether the remote

[prometheus-users] Re: what insecure_skip_verify will do

2024-05-16 Thread Sameer Modak
Thanks a lot . Any easy way to check if traffic is secure apart from wireshark. On Wednesday, May 15, 2024 at 8:50:18 PM UTC+5:30 Alexander Wilke wrote: > It will skip the certificate Check. So certificate May be valid or invalid > and is Always trusted. > Connection is still encrypted > >

[prometheus-users] Re: what insecure_skip_verify will do

2024-05-15 Thread Alexander Wilke
It will skip the certificate Check. So certificate May be valid or invalid and is Always trusted. Connection is still encrypted Sameer Modak schrieb am Mittwoch, 15. Mai 2024 um 17:04:07 UTC+2: > Hello Team, > > If i set insecure_skip_verify: true will my data be unsecured. Will it > be non