From: Daniel Vos <45820840+vosdev@users.noreply.github.com> Date: Wed, 15 Jul 2020 11:55:25 +0000 (+0200) Subject: doc/mgr/dashboard: haproxy example to use ssl for backends X-Git-Tag: v16.1.0~1450^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44911d1191efb11b486941568459b4413c296fba;p=ceph.git doc/mgr/dashboard: haproxy example to use ssl for backends HAProxy talks to backends over http by default. Ceph mgr dashboard now only accepts https traffic. This change configures haproxy to use https for communication with backends. `ssl` implies `check-ssl` making `check-ssl` is no longer neccesary. Fixes: https://tracker.ceph.com/issues/46678 Signed-off-by: Daniƫl Vos --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index be298a5696e..ef3276d3356 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -984,9 +984,9 @@ the redirection behaviour on standby nodes. mode tcp option httpchk GET / http-check expect status 200 - server x : check-ssl check verify none - server y : check-ssl check verify none - server z : check-ssl check verify none + server x : ssl check verify none + server y : ssl check verify none + server z : ssl check verify none .. _dashboard-auditing: