You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the beginning of the logs, CertFile and KeyFile appear in msg="Global configuration loaded .." but not ClientCAFiles. There is no errors neither warnings in the logs.
time="2016-08-05T19:12:00Z" level=info msg="Traefik version v1.0.2 built on 2016-08-02_05:29:50PM"
time="2016-08-05T19:12:00Z" level=info msg="Using TOML configuration file /etc/traefik/traefik.toml"
time="2016-08-05T19:12:00Z" level=debug msg="Global configuration loaded {\"GraceTimeOut\":10,\"Debug\":false,\"AccessLogsFile\":\"\",\"TraefikLogsFile\":\"\",\"LogLevel\":\"DEBUG\",\"EntryPoints\":{\"https\":{\"Network\":\"\",\"Address\":\":443\",\"TLS\":{\"Certificates\":[{\"CertFile\":\"/etc/ssl/certs/server-cert\",\"KeyFile\":\"/etc/ssl/certs/server-key\"}]},\"Redirect\":null}},\"Constraints\":[],\"ACME\":null,\"DefaultEntryPoints\":[\"https\"],\"ProvidersThrottleDuration\":2000000000,\"MaxIdleConnsPerHost\":200,\"Retry\":null,\"Docker\":null,\"File\":null,\"Web\":null,\"Marathon\":null,\"Consul\":null,\"ConsulCatalog\":null,\"Etcd\":null,\"Zookeeper\":null,\"Boltdb\":null,\"Kubernetes\":{\"Watch\":false,\"Filename\":\"\",\"Constraints\":null,\"Endpoint\":\"\",\"DisablePassHostHeaders\":false,\"Namespaces\":[\"default\",\"kube-system\"]}}"
time="2016-08-05T19:12:00Z" level=info msg="Preparing server https &{Network: Address::443 TLS:0xc820343a60 Redirect:<nil>}"
time="2016-08-05T19:12:00Z" level=info msg="Starting provider *provider.Kubernetes {\"Watch\":false,\"Filename\":\"\",\"Constraints\":null,\"Endpoint\":\"\",\"DisablePassHostHeaders\":false,\"Namespaces\":[\"default\",\"kube-system\"]}"
time="2016-08-05T19:12:00Z" level=info msg="Starting server on :443"
....
Hi,
Trying to set up TLS mutual auth but
ClientCAFiles
is just ignored by Traefik. The entrypoint continues to accept any connection without cert.With containous/traefik:v1.0.2
Here my configuration file:
Here the beginning of the logs,
CertFile
andKeyFile
appear inmsg="Global configuration loaded .."
but notClientCAFiles
. There is no errors neither warnings in the logs.I tried also with the command line arguments:
And got exactly the same problem.
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: