8
Docker pull: timeout della stretta di mano TLS
Lo capisco costantemente (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 Comunque curl TLS funziona bene (a parte l'errore di autenticazione): $ curl https://registry-1.docker.io/v2/ {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]} E anche un piccolo programma Golang (per imitare la finestra mobile) …