Technologies/Traefik/traefik.entrypoint.requests.tls.total
TraefikTraefikMetric

traefik.entrypoint.requests.tls.total

Total TLS requests at entrypoint
Dimensions:None
Available on:PrometheusPrometheus (1)Native (1)
Interface Metrics (2)
PrometheusPrometheus
Total number of TLS requests received by an entry point
Dimensions:None
Native
Total number of TLS requests received by entrypoint
Dimensions:None

Technical Annotations (16)

Configuration Parameters (4)
traefik.http.routers.<name>.entrypointsrecommended: websecure
Must include websecure for HTTPS traffic
traefik.http.routers.<name>.tlsrecommended: true
Required to enable TLS on router
entryPoints.name.http3
Enables HTTP/3 on EntryPoint; requires TLS-enabled routers
TLSOption
Must be well-formatted; malformed configs silently disable client cert verification
Error Signatures (1)
404 page not foundhttp status
CLI Commands (2)
curl -sS -D- -o /dev/null https://app.example.com/diagnostic
docker exec -it traefik sh -lc 'wget -qO- http://127.0.0.1:8080/api/http/routers'diagnostic
Technical References (9)
EntryPointcomponentwebsecurecomponentSNIprotocolHTTP/3protocolTLSprotocolalt-svcprotocolTLSOptioncomponentmTLSprotocolCA filefile path
Related Insights (3)
HTTPS routing fails when router only configured for HTTP entrypointcritical
HTTP/3 requires TLS causing non-TLS routers to be inaccessiblewarning
Malformed TLSOption disables certificate verificationcritical