8
Pull do Docker: tempo limite do handshake TLS
Eu entendo isso consistentemente (Ubuntu 16.04 LTS): $ docker pull nginx Using default tag: latest Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout No entanto, o TLS curl funciona bem (além do erro de autenticação): $ curl https://registry-1.docker.io/v2/ {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]} E mesmo um pequeno programa golang (para imitar …