traefik.entrypoint.requests.tls.total
Total TLS requests at entrypointDimensions:None
Interface Metrics (2)
Dimensions:None
Native
Total number of TLS requests received by entrypointDimensions:None
Sources
Technical Annotations (16)
Configuration Parameters (4)
traefik.http.routers.<name>.entrypointsrecommended: websecuretraefik.http.routers.<name>.tlsrecommended: trueentryPoints.name.http3TLSOptionError Signatures (1)
404 page not foundhttp statusCLI Commands (2)
curl -sS -D- -o /dev/null https://app.example.com/diagnosticdocker exec -it traefik sh -lc 'wget -qO- http://127.0.0.1:8080/api/http/routers'diagnosticTechnical References (9)
EntryPointcomponentwebsecurecomponentSNIprotocolHTTP/3protocolTLSprotocolalt-svcprotocolTLSOptioncomponentmTLSprotocolCA filefile pathRelated 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
▸