简体   繁体   English

去TLS握手错误

[英]Go TLS handshake error

So everything seems to be working fine on my webserver. 所以一切似乎都在我的网络服务器上工作正常。 But I randomly get 但我随机得到了

http: TLS handshake error from IP EOF http:来自IP EOF的TLS握手错误

The certs are all good. 证书都很好。 HTTPS connection works fine on mobile and desktop but I randomly get this error messages. HTTPS连接在移动设备和桌面上运行正常,但我随机收到此错误消息。 Shouls I be worried or maybe its some bot with no https support? Shouls我担心或者它的某些机器人没有https支持?

The server is just a regular ListenAndServeTLS with an httprouter passed with the cert and key files. 服务器只是一个常规的L​​istenAndServeTLS,带有一个带有cert和密钥文件的httprouter。 No error returned 没有错误返回

This is usually nothing to worry about. 这通常无需担心。 This can simply be some network scanner which just tries to find out if somebody is listening on the port or some client with bad connectivity. 这可能只是一些网络扫描程序,它只是试图找出有人正在侦听端口或某些客户端连接不良。 As long as you don't get any problem reports from real clients you can just ignore this noise. 只要您没有从真实客户那里得到任何问题报告,您就可以忽略这种噪音。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Go / TLS发送电子邮件会导致“远程错误:握手失败”响应 - Sending email with Go/TLS results in “remote error: handshake failure” response 如何在Heroku上使用Go修复TLS握手错误? - How can I fix a TLS handshake error using Go on Heroku? 转到https客户端问题-远程错误:tls:握手失败 - Go https client issue - remote error: tls: handshake failure TLS握手错误 - TLS handshake error Golang TLS 握手超时,影响 go 获取和 go 代码 - Golang TLS handshake timeout, affecting go get and go code Hyperledger Fabric - 调用错误/TLS 握手失败,出现错误 tls:第一条记录看起来不像 TLS 握手 - Hyperledger Fabric - Error on Invoke / TLS handshake failed with error tls: first record does not look like a TLS handshake 服务器问候完成后的 TLS 握手错误 - TLS Handshake error after server hello Done TLS握手中的curl NSS -12286错误 - curl NSS -12286 error in TLS handshake Docker 远程错误:tls:握手失败 - Docker remote error: tls: handshake failure Kubernetes 1.14.2 HA Master NGINX负载均衡器log.go:172] http:来自192.168.5.32:43148的TLS握手错误:远程错误:tls:错误证书 - Kubernetes 1.14.2 HA Master NGINX load balancer log.go:172] http: TLS handshake error from 192.168.5.32:43148: remote error: tls: bad certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM