consul/website/content/docs/agent
Luke Kysow 191561e44f
docs: document behaviour of tls.https.verify_outgoing (#20555)
* docs: document behaviour of tls.https.verify_outgoing

At first it's not clear what verify_outgoing would do for the https
listener as it seems like Consul agent's don't make https requests. Upon
further investigation, it's clear that Consul agents do make https
requests in the following scenarios:
- to implement watches
- to perform checks

In the first scenario, this setting is used here:
a1c8d4dd19/agent/config/runtime.go (L1725)

In the second scenario, it's actually the internal_rpc setting that is
used:
a1c8d4dd19/tlsutil/config.go (L903)

* Update website/content/docs/agent/config/config-files.mdx

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

---------

Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2024-02-13 09:01:03 -08:00
..
config docs: document behaviour of tls.https.verify_outgoing (#20555) 2024-02-13 09:01:03 -08:00
limits docs: Fix spelling errors across various pages on the site (#18533) 2023-08-21 16:23:27 +00:00
wal-logstore docs: Rename Consul OSS to Consul CE (#19009) 2023-09-27 09:31:28 -07:00
config-entries.mdx docs: Migrate link formats (#15976) 2023-01-25 08:52:43 -08:00
index.mdx Add verify server hostname to tls default (#17155) 2023-07-10 10:34:41 -05:00
sentinel.mdx docs: Migrate link formats (#15976) 2023-01-25 08:52:43 -08:00
telemetry.mdx Update telemetry.mdx RPC Metrics (#19593) 2023-12-14 10:52:45 -08:00