Revision 6317abf7e4d04a05fd0837b1f41e5e41892a1aca authored by Yicheng Qin on 14 July 2015, 19:18:15 UTC, committed by Yicheng Qin on 21 July 2015, 19:53:21 UTC
If TLS config is empty, etcd downgrades keepalive listener from HTTPS to
HTTP without warning. This results in HTTPS downgrade bug for client urls.
The commit returns error if it cannot listen on TLS.
1 parent 43437e2
History
File Mode Size
cmd
etcd4pb
fixtures
config.go -rw-r--r-- 1.2 KB
etcd4.go -rw-r--r-- 5.0 KB
log.go -rw-r--r-- 11.4 KB
log_test.go -rw-r--r-- 2.0 KB
member.go -rw-r--r-- 1.4 KB
snapshot.go -rw-r--r-- 8.9 KB
standby.go -rw-r--r-- 1.7 KB

back to top