【发布时间】:2017-01-25 15:00:49
【问题描述】:
我有一个启用了 http(端口 80)和 https(端口 443)的 Go 应用程序。
我不断收到很多这 3 种错误:
http2: server: error reading preface from client 79.49.31.60:37993: timeout waiting for client prefacehttp: TLS handshake error from 151.38.29.250:44235: EOFhttp: TLS handshake error from 2.239.197.163:6742: read tcp x.xxx.xxx.xxx:443->2.239.197.163:6742: i/o timeout
谁能解释一下这些指的是什么?
请注意:所有这些请求都来自移动浏览器(在 Android 和 iOS 设备上)
【问题讨论】:
-
如果这些客户不是您的,请忽略它们。表现不佳的客户端、超时和 Internet 断开连接并不是什么新鲜事或意外。
标签: ssl go https http2 sslhandshakeexception