Skip to content

Instantly share code, notes, and snippets.

View sgates's full-sized avatar

Steffen Gates sgates

  • CTAC
  • Falls Church, VA
View GitHub Profile
@sgates
sgates / Boot2DockerSSLFix.sh
Created June 23, 2015 20:21
Boot2Docker x509 Error workaround
#Start the boot2docker machine (boot2docker start), get an error like this:
#TLS handshake error from 192.168.59.3:53358: tls: failed to verify client's certificate: x509: certificate has expired or is not yet valid
#find machine IP with this:
$ boot2docker ip
$ ssh docker@<boot2dockerip>
#password: tcuser
#Create / edit this file: /var/lib/boot2docker/profile