From 9e879ebd007ec48af5e6396cefc54a9884fafa89 Mon Sep 17 00:00:00 2001 From: Lubomir Bucek <lubomir.bucek@eox.at> Date: Thu, 8 Oct 2020 16:29:48 +0200 Subject: [PATCH] try https for shibAuth --- traefik-dynamic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik-dynamic.yml b/traefik-dynamic.yml index 495ef4eb..896eaef8 100644 --- a/traefik-dynamic.yml +++ b/traefik-dynamic.yml @@ -22,7 +22,7 @@ http: - "***REMOVED***" shibAuth: forwardAuth: - address: http://shibauth/secure + address: https://shibauth/secure trustForwardHeader: true compress: compress: {} -- GitLab