Yicheng Qin 6317abf7e4 pkg/transport: fix HTTPS downgrade bug for keepalive listener
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.
2015-07-21 12:53:21 -07:00
..
2015-01-13 11:07:18 -08:00
2015-06-25 10:09:20 -07:00
2015-06-11 14:22:14 -07:00
2015-06-11 14:22:14 -07:00
2015-06-11 14:22:14 -07:00
2015-06-11 14:22:14 -07:00
2015-07-21 12:53:20 -07:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.