functional: disable auto TLS

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-12 19:13:50 -07:00
parent 8f59849ca2
commit 4e11cea8cb

View File

@ -15,14 +15,14 @@ agent-configs:
election-timeout: 1000 election-timeout: 1000
listen-client-urls: ["http://127.0.0.1:1379"] listen-client-urls: ["http://127.0.0.1:1379"]
advertise-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 client-cert-auth: false
cert-file: "" cert-file: ""
key-file: "" key-file: ""
trusted-ca-file: "" trusted-ca-file: ""
listen-peer-urls: ["http://127.0.0.1:1380"] listen-peer-urls: ["http://127.0.0.1:1380"]
initial-advertise-peer-urls: ["http://127.0.0.1:13800"] initial-advertise-peer-urls: ["http://127.0.0.1:13800"]
peer-auto-tls: true peer-auto-tls: false
peer-client-cert-auth: false peer-client-cert-auth: false
peer-cert-file: "" peer-cert-file: ""
peer-key-file: "" peer-key-file: ""
@ -64,14 +64,14 @@ agent-configs:
election-timeout: 1000 election-timeout: 1000
listen-client-urls: ["http://127.0.0.1:2379"] listen-client-urls: ["http://127.0.0.1:2379"]
advertise-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 client-cert-auth: false
cert-file: "" cert-file: ""
key-file: "" key-file: ""
trusted-ca-file: "" trusted-ca-file: ""
listen-peer-urls: ["http://127.0.0.1:2380"] listen-peer-urls: ["http://127.0.0.1:2380"]
initial-advertise-peer-urls: ["http://127.0.0.1:23800"] initial-advertise-peer-urls: ["http://127.0.0.1:23800"]
peer-auto-tls: true peer-auto-tls: false
peer-client-cert-auth: false peer-client-cert-auth: false
peer-cert-file: "" peer-cert-file: ""
peer-key-file: "" peer-key-file: ""
@ -113,14 +113,14 @@ agent-configs:
election-timeout: 1000 election-timeout: 1000
listen-client-urls: ["http://127.0.0.1:3379"] listen-client-urls: ["http://127.0.0.1:3379"]
advertise-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 client-cert-auth: false
cert-file: "" cert-file: ""
key-file: "" key-file: ""
trusted-ca-file: "" trusted-ca-file: ""
listen-peer-urls: ["http://127.0.0.1:3380"] listen-peer-urls: ["http://127.0.0.1:3380"]
initial-advertise-peer-urls: ["http://127.0.0.1:33800"] initial-advertise-peer-urls: ["http://127.0.0.1:33800"]
peer-auto-tls: true peer-auto-tls: false
peer-client-cert-auth: false peer-client-cert-auth: false
peer-cert-file: "" peer-cert-file: ""
peer-key-file: "" peer-key-file: ""