Brian Goff
69ff11d75b
Fix DOCKER_TLS_VERIFY being ignored
...
DOCEKR_TLS_VERIFY was being ignored because we were just checking if the
`-tlsverify` flag was set, not the actual value, which is defaulted to
the value of `os.Getenv("DOCKER_TLS_VERIFY") != ""`
The problem that this specifically fixes is where the client has set the
`DOCKER_TLS_VERIFY` env var but is connecting to a daemon that is not
verifed.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
Upstream-commit: 5a6a33f7acccc7394a5ac418e777d5a6e1d1b7ed
Component: engine
2015-06-16 12:04:00 -04:00
..
2015-04-23 15:40:46 +00:00
2015-04-27 15:48:29 -07:00
2015-04-27 13:56:55 +02:00
2015-06-12 10:45:42 -07:00
2015-04-23 15:35:56 -07:00
2015-04-23 15:35:56 -07:00
2015-05-12 20:09:49 +02:00
2015-04-23 15:35:56 -07:00
2015-05-12 20:09:49 +02:00
2015-05-22 17:01:52 +08:00
2015-04-23 15:35:56 -07:00
2015-06-12 13:06:06 -04:00
2015-06-04 13:37:41 -07:00
2015-04-23 15:35:56 -07:00
2015-04-29 17:02:22 +02:00
2015-04-29 17:02:22 +02:00
2015-06-08 13:54:47 -07:00
2015-05-29 11:42:40 -07:00
2015-05-18 08:26:26 +03:00
2015-05-18 10:06:13 +08:00
2015-06-04 13:37:41 -07:00
2015-05-27 08:44:11 -07:00
2015-06-05 11:11:22 -07:00
2015-06-16 12:04:00 -04:00
2015-04-27 13:24:15 -07:00
2015-06-10 12:37:40 -04:00
2015-04-21 10:28:52 -07:00
2015-06-11 22:53:55 -04:00
2015-04-23 21:54:21 +00:00
2015-05-29 10:00:22 -07:00
2015-05-16 18:12:54 +02:00
2015-06-10 16:14:45 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-05-14 06:56:52 -07:00
2015-05-21 16:27:42 -07:00
2015-05-18 13:06:21 -07:00
2015-06-10 08:32:57 -07:00
2015-05-19 22:40:19 +00:00
2015-04-21 10:28:52 -07:00
2015-06-04 13:56:40 -07:00
2015-06-12 04:58:37 -07:00
2015-04-21 10:28:52 -07:00
2015-06-09 09:40:19 -07:00
2015-04-27 15:48:29 -07:00
2015-06-02 14:12:22 -07:00
2015-04-24 14:17:00 -07:00
2015-05-01 16:01:10 -06:00
2015-04-23 16:11:46 +02:00
2015-05-18 10:06:13 +08:00
2015-05-05 15:59:17 +08:00
2015-05-29 14:04:06 -07:00
2015-06-15 16:25:59 +02:00
2015-05-29 11:42:40 -07:00
2015-05-16 18:12:54 +02:00
2015-06-04 09:02:14 -07:00
2015-06-10 16:14:45 -07:00
2015-05-21 20:34:17 -07:00
2015-06-09 10:39:46 -07:00
2015-05-31 01:25:51 +08:00
2015-05-18 10:06:13 +08:00
2015-05-20 08:38:23 +02:00
2015-04-21 10:28:52 -07:00
2015-05-18 10:06:13 +08:00
2015-02-17 00:43:41 -08:00
2015-02-17 00:43:41 -08:00
2015-05-21 20:34:17 -07:00
2015-06-07 22:32:29 +02:00
2015-04-21 10:28:52 -07:00
2015-05-29 11:42:40 -07:00
2015-05-29 11:42:40 -07:00
2015-02-20 23:24:30 -08:00
2015-02-20 23:24:30 -08:00
2015-03-04 14:10:37 -08:00
2015-03-20 21:54:33 -07:00
2015-05-27 11:10:36 -04:00