From 91e4a2f8af1aecd861bd43f4b706050ebc38f8ae Mon Sep 17 00:00:00 2001 From: groales Date: Mon, 1 Dec 2025 15:56:58 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20serversTransport=20'insecure'=20p?= =?UTF-8?q?ara=20certificados=20autofirmados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dynamic/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dynamic/config.yml b/dynamic/config.yml index 3f268f5..96fe9e1 100644 --- a/dynamic/config.yml +++ b/dynamic/config.yml @@ -5,6 +5,14 @@ # Traefik recarga automáticamente los cambios (~10s) http: + # ============================================ + # SERVERS TRANSPORTS + # ============================================ + serversTransports: + # Transport para servicios con certificados autofirmados + insecure: + insecureSkipVerify: true + # ============================================ # MIDDLEWARES # ============================================