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. > > 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 wrote: > >> 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 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 device is the one it's expecting to talk to, or an >>> imposter. If it's an imposter, they can capture any data sent by the >>> client, and return any data they like to the client. It's the job of a >>> certificate to verify the identity of the server, and you've told it to >>> skip that check. >>> >>> On Thursday 16 May 2024 at 07:33:31 UTC+1 Sameer Modak wrote: >>> >>>> 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 >>>>> >>>>> 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 ssl?? >>>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/8f303736-b5c1-40da-8df9-5be25a6f06f9n%40googlegroups.com.

