[RESOLVED] 5002 port TLS handshake timeout

I’m trying to login and download the docker image, but it says 5002 port TLS handshake timeout.

“PS C:\Users\qxz015\qunex> docker login gitlab.qunex.yale.edu:5002 -u qzhang
Password:
Error response from daemon: Get “https://gitlab.qunex.yale.edu:5002/v2/”: net/http: TLS handshake timeout”

“PS C:\Users\qxz015\qunex> docker pull gitlab.qunex.yale.edu:5002/qunex/qunexcontainer
Using default tag: latest
Error response from daemon: Get “https://gitlab.qunex.yale.edu:5002/v2/”: net/http: TLS handshake timeout”

Hi qxhang,

Welcome to the QuNex forums. Can you please try again, we had some issues with the GitLab server but it should be OK now. The exact call now works for me.

Best, Jure

Hi! Jure,
I tried again, but so far it’s still the same error.
I will try it later and let you know.
Best,
Qirui

Hi Qirui,

Any updates regarding this?

Best, Jure

Hi! Jure,
I tried again, still the same error.
PS C:\Users\qxz015> docker login gitlab.qunex.yale.edu:5002 -u qzhang
Password:
Error response from daemon: Get “https://gitlab.qunex.yale.edu:5002/v2/”: net/http: TLS handshake timeout

Strangely, I can login through" docker login gitlab.qunex.yale.edu -u qzhang", but I can not pull image.
Best,
Qirui

I just tested this:

# login
docker login gitlab.qunex.yale.edu -u juredemsar

# pull
docker pull gitlab.qunex.yale.edu:5002/qunex/qunexcontainer:1.1.0

And it works fine for me.

If you still have issues, we will be changing our container repository over the next week or two, so I guess that should fix it. But I guess we would both prefer to get this up and running right now.

Best, Jure

Quirui,

We are migrating our Docker repository, try

docker pull qunex/qunex_suite:1.1.1

Best, Jure

Successfully pulled, Thank you!!!