Replies: 1 comment
-
|
这个问题建议你去issue提,这里可能看不到你说的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我在腾讯云公网节点上部署 EasyTier,想使用 wss 协议 + 443 端口 进行监听,配置如下:
假设我的腾讯云公网ip: 8.8.8.8
toml
从下面的输出看到,原本指定的443端口变成未指定端口的状态了?
启动后控制台日志里完全看不到 443 端口的 WSS 监听项,
从这个打印输出来看,这里只有ip,没有后面的端口。
相当于配置被忽略或启动失败。但换成其他端口(如 11009)就可以正常显示并使用,只有 443 端口会出现这个问题。
已确认:
服务器防火墙 / 安全组已放通 443 端口
443 端口没有被其他程序占用
节点为公网 IP,网络正常
想请教:为什么配置 wss 监听 443 端口后,监听项会消失?该如何正确配置才能在 443 端口使用 wss?
当前easytier版本为2.5.0
Beta Was this translation helpful? Give feedback.
All reactions