-
Notifications
You must be signed in to change notification settings - Fork 1.4k
TLS handshake timeout #1125
Comments
get similar issue:
I am in China, too. |
I get the same result when I use Japanese vpn(on aws)
|
my download was success, after i delete previous machine and let Kitematic create a new one:
It was easy get stuck in some layer download, even i kill terminal, and restart pull image. |
@ruandao Did you take a look at the wiki on setting up a proxy? Perhaps it can help smooth some of the connection issues. |
Closing due to no further details provided |
Have the same problem in Portugal. I've deleted default machine but the problem persists. Anyone know how to solve this problem? |
Hit this (from Malaysia) when working with a slightly more complex Docker setup --> openspending/openspending#891 Tried a few time; and each time after it freezes, I have to restart the docker-machine (see steps below) and it continue to works until it fails again. When it fails, it seems like all network operations do not work any further. Kitematic / docker-machine needs to be more robust to poor network condition and not die; needing a restart. To fix, followed the steps in moby/moby#16829; but root cause of this "hang" is unknown.
|
I did a |
For me a simple "docker logout" (no login afterwards) dit it. Thx @vipulswarup. |
Hi guys, I've a similar issue, this is the error:
but also I've got TLS handshake timeout too.. Any thoughts about this? Appreciated in advance. FYI: I'm on linux environment (ubuntu 14.04) Thanks, |
I always get the result:TLS handshake timeout |
Thanks @vipulswarup @bruno-serfe @LinShouGui A simple |
The solution @vipulswarup proposed worked for me, even though I was never logged in, and when running |
@icbd ,请问这个代理。。。是您自己架设的吗?需要用代理是因为 大绿墙 吗? |
@DlnZH 只是把端口设置在本机的代理本地端口而已,需要代理的原因大家都知道就没必要说出来了😏 |
@menglong2234 能不能不要只 show( off ), 说的详细点可好? |
@icbd 说的详细点可好? |
try dockerhub of Chinese version, it can bypass the tls handshake problem: |
@MarinZhang Thx ! worked |
@helmesjo , it works, thanks |
for me, i had a stupid mistake. i entered the wrong address for the image. |
I started to experience the issue about 2-3 weeks ago. My observation is that if docker fails to push an image to the registry (in my case it is Docker Hub) at some layer, it can keep failing at the same layer. The solution that worked for me is to remove the image and rebuild it from scratch. Note: in my setup, rebuilding an image from scratch always results in a new hash of the generated image. The error I see:
Docker version:
|
Using a VPN and connecting to another network did the trick. |
I'm in China. Using a vpn solved this problem |
Setting DNS to |
To be honest, I resolved this issue with a simple restart of Docker |
Hello. I can say how to reproduce it.
And you can fix it with:
|
Or you can disable the TLS handshake! |
win 10 pro + docker desktop |
Me, too |
try switching your internet connection. |
this work, thx |
it worked for me as well |
I was having the same issue. I just configured Manual DNS which is 1.1.1.1. That solves everything for me. |
Get https://registry-1.docker.io/v1/repositories/library/redis/tags/latest: net/http: TLS handshake timeout
Happens all the time (tried four times), I ask myself if it's based on my current location or a common problem. Maybe the government of China is blocking this service because your website is also blocked.
The URI https://registry-1.docker.io/v1/repositories/library/redis/tags/latest itself is reachable.
Same behaviour with Nginx image but works fine with boot2docker and docker on command line.
The text was updated successfully, but these errors were encountered: