获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.connectSocket连接一直报TLS handshake failed错误
我们通过websocket实现IM的通讯,但线上有个用户始终连接不上,经查看日志发现wx.connectSocket创建连接时一直报错,切换网络也未能解决, 错误信息如下: { "errCode": 1004, "errMsg": "open fail: _code:8,_msg:TLS handshake failed" } 使用的系统版本是Android 14,咨询下可能导致TLS handshake failed的原因有哪些以及该如何避免该问题的出现呢
07-12 - Socket发起连接报Host not found (authoritative)?
wx.connectSockek发起连接后报错,错误信息如下:{"errCode":1004,"errMsg":"open fail: _code:1,_msg:Host not found (authoritative)"}, 想咨询都有哪些可能的原因会引起报这样的错误呢
2023-10-18