mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
This is the go documentation of the value that this configuration sets // InsecureSkipVerify controls whether a client verifies the // server's certificate chain and host name. // If InsecureSkipVerify is true, TLS accepts any certificate // presented by the server and any host name in that certificate. // In this mode, TLS is susceptible to man-in-the-middle attacks. // This should be used only for testing. InsecureSkipVerify bool