diff options
author | rebortg <github@ghlr.de> | 2024-04-16 20:40:57 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-04-16 20:40:57 +0200 |
commit | 9c4172a5dffec31bc4a9528c4210f1f0cea29303 (patch) | |
tree | 515bee3c65420a4a81cb5b0255c134a5cc36614a /docs/configuration | |
parent | 50c666afd4b3ac8a51eeadd669ef0d901acdc31c (diff) | |
parent | e3f16570f947c3bd51111603b413fbbfee94c6ed (diff) | |
download | vyos-documentation-9c4172a5dffec31bc4a9528c4210f1f0cea29303.tar.gz vyos-documentation-9c4172a5dffec31bc4a9528c4210f1f0cea29303.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation into current
Diffstat (limited to 'docs/configuration')
-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 ------- |