Fix: Agregar insecureSkipVerify para certificados autofirmados de MeshCentral
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
This commit is contained in:
@@ -40,6 +40,10 @@ services:
|
||||
- "traefik.http.services.${APP_NAME}.loadbalancer.server.port=443"
|
||||
- "traefik.http.services.${APP_NAME}.loadbalancer.server.scheme=https"
|
||||
|
||||
# ServerTransport para ignorar validación SSL del backend (certificados autofirmados)
|
||||
- "traefik.http.servertransports.meshcentral-transport.serverstransport.insecureskipverify=true"
|
||||
- "traefik.http.services.${APP_NAME}.loadbalancer.serverstransport=meshcentral-transport"
|
||||
|
||||
# Router principal con Authentik Forward Auth para rutas de usuario
|
||||
- "traefik.http.routers.${APP_NAME}.rule=Host(`${APP_DOMAIN}`) && !PathPrefix(`/agent.ashx`) && !PathPrefix(`/meshrelay.ashx`) && !PathPrefix(`/devicefile.ashx`) && !PathPrefix(`/amtactivate`) && !PathPrefix(`/meshsettings`) && !PathPrefix(`/devicepower.ashx`)"
|
||||
- "traefik.http.routers.${APP_NAME}.entrypoints=websecure"
|
||||
|
||||
Reference in New Issue
Block a user