diff options
author | Alex W <embezzle.dev@proton.me> | 2024-04-16 17:15:12 +0100 |
---|---|---|
committer | Alex W <embezzle.dev@proton.me> | 2024-04-16 17:15:12 +0100 |
commit | 6703aeb43338c901f794e6e28affe5bdee3e4a1e (patch) | |
tree | 9a5b59cdefb0827c5edb881b2cf3018a6aa1d65c | |
parent | 32cdf6cdb24a28b41d23e67ba265d14d96cf2db6 (diff) | |
download | vyos-documentation-6703aeb43338c901f794e6e28affe5bdee3e4a1e.tar.gz vyos-documentation-6703aeb43338c901f794e6e28affe5bdee3e4a1e.zip |
T6242: reverse-proxy: Document new backend option ssl no-verify
-rw-r--r-- | docs/configuration/loadbalancing/reverse-proxy.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/loadbalancing/reverse-proxy.rst b/docs/configuration/loadbalancing/reverse-proxy.rst index 77d6d67b..3d462821 100644 --- a/docs/configuration/loadbalancing/reverse-proxy.rst +++ b/docs/configuration/loadbalancing/reverse-proxy.rst @@ -149,6 +149,11 @@ Backend Configure requests to the backend server to use SSL encryption and authenticate backend against <ca-certificate> +.. cfgcmd:: set load-balancing reverse-proxy backend <name> ssl no-verify + + Configure requests to the backend server to use SSL encryption without + validating server certificate + Global ------- |