mirror of https://github.com/hashicorp/consul
Backport of docs: document behaviour of tls.https.verify_outgoing into release/1.15.x (#20612)
backport of commit ded3c9fa12
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
pull/20634/head
parent
50679d48fd
commit
056068ec26
|
@ -2134,7 +2134,8 @@ specially crafted certificate signed by the CA can be used to gain full access t
|
|||
will not make use of TLS for outgoing connections. This applies to clients
|
||||
and servers as both will make outgoing connections. This setting does not
|
||||
apply to the gRPC interface as Consul makes no outgoing connections on this
|
||||
interface.
|
||||
interface. If set to true for the HTTPS interface, this will apply to [watches](/consul/docs/dynamic-app-config/watches)
|
||||
because internally watches are implemented by making HTTPS requests to the local agent.
|
||||
|
||||
- `grpc` ((#tls_grpc)) Provides settings for the gRPC/xDS interface. To enable
|
||||
the gRPC interface you must define a port via [`ports.grpc_tls`](#grpc_tls_port).
|
||||
|
|
Loading…
Reference in New Issue