diff options
author | Robert Göhler <github@ghlr.de> | 2024-04-16 20:34:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 20:34:26 +0200 |
commit | e3f16570f947c3bd51111603b413fbbfee94c6ed (patch) | |
tree | de3903add2fe3940b0f2e8dac985a8b3154ca318 /docs | |
parent | ea577a0199d9aeab9b85dca3c317c75d622750ba (diff) | |
parent | 6703aeb43338c901f794e6e28affe5bdee3e4a1e (diff) | |
download | vyos-documentation-e3f16570f947c3bd51111603b413fbbfee94c6ed.tar.gz vyos-documentation-e3f16570f947c3bd51111603b413fbbfee94c6ed.zip |
Merge pull request #1383 from Embezzle/T6242
T6242: reverse-proxy: Document new backend option ssl no-verify
Diffstat (limited to 'docs')
-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 ------- |