wulabing / V2Ray_ws-tls_bash_onekey

MIT License
2.11k stars 922 forks source link

请问为什么加了ws+tls就报错,直接裸的用ss、v2ray也正常 #94

Open lunchuan9 opened 1 year ago

lunchuan9 commented 1 year ago

直接用默认裸的v2ray 说明上的SS都能用,ip也没被封,但是只要装上ws+tls就报错,域名解析也正常. 报错都是这个:服务器: wsarecv: An existing connection was forcibly closed by the remote host. transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://域名): 请问如何解决,谢谢!

railfish commented 1 year ago

84

参考这个,vless模式下生成的服务有问题 修改/etc/systemd/system/v2ray.service中的启动命令,用v2ray run -c取代原来的,重新执行systemctl start v2ray 然后根据提示重新加载服务配置后再启动,检查有v2ray进程存在再测试

ShinJF commented 1 year ago

84 参考这个,vless模式下生成的服务有问题 修改/etc/systemd/system/v2ray.service中的启动命令,用v2ray run -c取代原来的,重新执行systemctl start v2ray 然后根据提示重新加载服务配置后再启动,检查有v2ray进程存在再测试

请问具体是修改哪一段文字,谢谢!

chinghao035 commented 10 months ago

我也有一样的问题 wsarecv: An existing connection was forcibly closed by the remote host.