From 4e11cea8cb6633708772a79d36e8ec0ad7e88518 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 12 Apr 2018 19:13:50 -0700 Subject: [PATCH] functional: disable auto TLS Signed-off-by: Gyuho Lee --- functional.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functional.yaml b/functional.yaml index bc275bc2e..a293034e8 100644 --- a/functional.yaml +++ b/functional.yaml @@ -15,14 +15,14 @@ agent-configs: election-timeout: 1000 listen-client-urls: ["http://127.0.0.1:1379"] advertise-client-urls: ["http://127.0.0.1:1379"] - auto-tls: true + auto-tls: false client-cert-auth: false cert-file: "" key-file: "" trusted-ca-file: "" listen-peer-urls: ["http://127.0.0.1:1380"] initial-advertise-peer-urls: ["http://127.0.0.1:13800"] - peer-auto-tls: true + peer-auto-tls: false peer-client-cert-auth: false peer-cert-file: "" peer-key-file: "" @@ -64,14 +64,14 @@ agent-configs: election-timeout: 1000 listen-client-urls: ["http://127.0.0.1:2379"] advertise-client-urls: ["http://127.0.0.1:2379"] - auto-tls: true + auto-tls: false client-cert-auth: false cert-file: "" key-file: "" trusted-ca-file: "" listen-peer-urls: ["http://127.0.0.1:2380"] initial-advertise-peer-urls: ["http://127.0.0.1:23800"] - peer-auto-tls: true + peer-auto-tls: false peer-client-cert-auth: false peer-cert-file: "" peer-key-file: "" @@ -113,14 +113,14 @@ agent-configs: election-timeout: 1000 listen-client-urls: ["http://127.0.0.1:3379"] advertise-client-urls: ["http://127.0.0.1:3379"] - auto-tls: true + auto-tls: false client-cert-auth: false cert-file: "" key-file: "" trusted-ca-file: "" listen-peer-urls: ["http://127.0.0.1:3380"] initial-advertise-peer-urls: ["http://127.0.0.1:33800"] - peer-auto-tls: true + peer-auto-tls: false peer-client-cert-auth: false peer-cert-file: "" peer-key-file: ""