etcd/pkg/transport
Yicheng Qin ef80bb5cbf 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-08-21 14:32:18 -07:00
..
keepalive_listener.go pkg/transport: fix HTTPS downgrade bug for keepalive listener 2015-08-21 14:32:18 -07:00
keepalive_listener_test.go pkg/transport: fix HTTPS downgrade bug for keepalive listener 2015-08-21 14:32:18 -07:00
listener.go etcd: server SSL and client cert auth configuration is more explicit 2015-03-12 23:09:54 -07:00
listener_test.go pkg/transport: fix downgrade https to http bug in transport 2015-03-06 10:42:23 -08:00
timeout_conn.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_dialer.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_dialer_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_listener.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_listener_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_transport.go pkg/transport: set the maxIdleConnsPerHost to -1 2015-03-02 21:52:03 -08:00
timeout_transport_test.go pkg/transport: set the maxIdleConnsPerHost to -1 2015-03-02 21:52:03 -08:00