Backport of docs: document behaviour of tls.https.verify_outgoing into release/1.17.x (#20614)

* backport of commit ded3c9fa12

* backport of commit f6ce7c3529

---------

Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
pull/20636/head^2
hc-github-team-consul-core 10 months ago committed by GitHub
parent c5c7ca5d97
commit 83c40a61e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2153,7 +2153,7 @@ 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. When set to true for the HTTPS interface, this parameter applies to [watches](/consul/docs/dynamic-app-config/watches), which operate 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…
Cancel
Save