zanjie1999 / tcp-over-websocket

将TCP/UDP放到WebSocket中传输(就能走CDN)基于ws的内网穿透 隧道代理 tcp2ws 全平台0依赖
290 stars 52 forks source link

你好tcp2wsSparkleClose错误怎么办 #23

Closed saber0000 closed 6 months ago

saber0000 commented 6 months ago

这个是 前端和 后端 通过tcp2ws直连成功了, 然后在浏览器刷新一下就提示这个关闭了 是哪里设置错了

zanjie1999 commented 6 months ago

你日志呢?

saber0000 commented 6 months ago

捕获 是这个日志吗

zanjie1999 commented 6 months ago

“forcibly closed by the remote host” 你的连接被外部掐了,建议检查一下是不是触发了什么防火墙安全规则

image

建议进行本地测试,你看我这工作正常(里面走的https流量)

saber0000 commented 6 months ago

好我检查检查 谢谢