1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
nats.docs/nats-server
Matthias Hanel 84308f68d5
clarify insecure
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
2020-11-18 17:57:03 -05:00
..
2020-11-18 17:57:03 -05:00
2020-04-10 14:41:07 +00:00
2020-04-10 14:41:07 +00:00
2020-11-04 21:18:31 +02:00