Docker install fails for Ubuntu trusty

Hey Guys,

I get this when I get the GPG key:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609DExecuting: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.BEj8kxe5Ns --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
gpg: requesting key 2C52609D from hkp server keyserver.ubuntu.com
?: [fd 4]: read error: Connection reset by peer
gpg: key 2C52609D: “Docker Release Tool (releasedocker) docker@docker.com” not changed
gpg: Total number processed: 1
gpg: unchanged: 1

And then when I run sudo apt-get update, I get this error:

W: Failed to fetch https://apt.dockerproject.org/repo/dists/ubuntu-trusty/main/binary-amd64/Packages gnutls_handshake() failed: A TLS packet with unexpected length was received.

E: Some index files failed to download. They have been ignored, or old ones used instead.

Any insights or help appreciated