Tag: 握手

Docker:TLS握手超时

我创build了我自己的私人registry(私人registry),但我无法将图像推送到它。 比我得到以下错误: The push refers to a repository [private-registry:5000/ubuntu] (len: 1) unable to ping registry endpoint https://private-registry:5000/v0/ v2 ping attempt failed with error: Get https://private-registry:5000/v2/: net/http: TLS handshake timeout v1 ping attempt failed with error: Get https://private-registry:5000/v1/_ping: net/http: TLS handshake timeout 正在运行的registry的日志显示以下内容: time="2015-12-14T07:59:21Z" level=warning msg="No HTTP secret provided – generated random secret. This may cause […]

TLS握手错误

我build立了一个使用自签名证书的dockerregistry,但是我得到了这个错误。 这个握手错误的含义是什么? 每次我尝试将图像推送到我的registry时,日志都会增加。 (这是我的registry关于tls的日志) $ docker logs 30273f6ed90f | grep tls 2015/12/15 13:42:25 http: TLS handshake error from 10.0.0.xx:43393: EOF 2015/12/15 13:42:30 http: TLS handshake error from 10.0.0.xx:43396: EOF 2015/12/15 13:42:40 http: TLS handshake error from 10.0.0.xx:43401: EOF 2015/12/15 13:44:34 http: TLS handshake error from 10.0.0.xx:43442: EOF 2015/12/15 13:44:39 http: TLS handshake error from 10.0.0.xx:43443: […]