From 914aa7d37252bef53fcce60d80e0a538a49044a0 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Sun, 31 Jul 2016 17:08:33 +0100 Subject: [PATCH] Add some documentation --- docs/toml.md | 7 +++++++ traefik.sample.toml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/toml.md b/docs/toml.md index 552365887..b184d5b46 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -46,6 +46,13 @@ # # MaxIdleConnsPerHost = 200 +# If set to true invalid SSL certificates are accepted for backends. +# Note: This disables detection of man-in-the-middle attacks so should only be used on secure backend networks. +# Optional +# Default: false +# +# InsecureSkipVerify = true + # Entrypoints to be used by frontends that do not specify any entrypoint. # Each frontend can specify its own entrypoints. # diff --git a/traefik.sample.toml b/traefik.sample.toml index 266e8c0cb..9d3953142 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -47,6 +47,13 @@ # # MaxIdleConnsPerHost = 200 +# If set to true invalid SSL certificates are accepted for backends. +# Note: This disables detection of man-in-the-middle attacks so should only be used on secure backend networks. +# Optional +# Default: false +# +# InsecureSkipVerify = true + # Entrypoints to be used by frontends that do not specify any entrypoint. # Each frontend can specify its own entrypoints. #