Añadir serversTransport 'insecure' para certificados autofirmados

This commit is contained in:
2025-12-01 15:56:58 +01:00
parent 416bfe0430
commit 91e4a2f8af

View File

@@ -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
# ============================================