diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-19 13:47:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 13:47:52 +0200 |
commit | d4d837d67e67e2464bfb212886d45a99f291d482 (patch) | |
tree | 8d984c90ff99d7a359aff897a219deb5784a42fe /docs | |
parent | ae1e612783f3ef19531e23f895ba33c2ee5ac837 (diff) | |
parent | df877ff5af53281b7db6099864f856a685b08722 (diff) | |
download | vyos-documentation-d4d837d67e67e2464bfb212886d45a99f291d482.tar.gz vyos-documentation-d4d837d67e67e2464bfb212886d45a99f291d482.zip |
Merge pull request #1384 from vyos/mergify/bp/sagitta/pr-1383
T6242: reverse-proxy: Document new backend option ssl no-verify (backport #1383)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/loadbalancing/reverse-proxy.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/loadbalancing/reverse-proxy.rst b/docs/configuration/loadbalancing/reverse-proxy.rst index 04b612f5..7a9f90ae 100644 --- a/docs/configuration/loadbalancing/reverse-proxy.rst +++ b/docs/configuration/loadbalancing/reverse-proxy.rst @@ -146,7 +146,16 @@ Backend +<<<<<<< HEAD Gloabal +======= +.. 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 +>>>>>>> 6703aeb4 (T6242: reverse-proxy: Document new backend option ssl no-verify) ------- Global parameters |