docs/libmachine
Dave Goehrig 1df80ba111 Adding localhost to the list of alt_names
When attempting to connect to the docker api from the machine itself,
the TLS verification of the certificate checked against the public
IP address of the primary interface.  This is undesirable on hosts
which have NAT rules that block access to that address by default.

Adding "localhost" to the list of alt_names allows the cert to be
verified and connections to localhost (either 127.0.0.1 or [::1]) to
the port to pass verification. Otherwise one would need to disable
verification just to connect to the local docker instance.

Signed-off-by: David Gageot <david@gageot.net>
2015-10-23 09:57:55 +02:00
..
auth Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
cert Merge pull request #1910 from posita/posita/1880-ssl-cert-snafu 2015-10-22 09:57:56 -07:00
drivers Remove dead code 2015-10-22 11:02:54 +02:00
engine Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
examples Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
host Merge pull request #2012 from nathanleclaire/forward_compat_configs 2015-10-19 17:43:03 -07:00
hosttest Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
log Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
mcnerror clarified hostname error with valid characters 2015-10-08 15:15:09 -04:00
mcnflag Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
mcnutils Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
persist Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
persisttest Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
provider Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
provision Adding localhost to the list of alt_names 2015-10-23 09:57:55 +02:00
ssh Fix Windows SSH issues 2015-10-13 16:42:08 -07:00
state Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
swarm Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
version Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
libmachine.go Fix Docker daemon wait 2015-09-23 15:19:25 -07:00