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/97fffc38-b117-411c-9023-a867535c2f72n%40googlegroups.com.

Reply via email to