Jrohy / trojan

trojan多用户管理部署程序, 支持web页面管理
GNU General Public License v3.0
5.45k stars 1.52k forks source link

在不同vps上安装,一个能访问,一个不能访问 #638

Closed huabin closed 2 years ago

huabin commented 2 years ago

抱歉,打扰

我在 aws 和甲骨文云(免费)的分别安装,遇到的问题是 aws 上没有问题,但在甲骨文云上的总是出错

能够正常使用的 vps,访问 https://aws.domain.com/a123 返回

{"code":401,"message":"cookie token is empty"}

而不能正常使用的,访问 oracle.domain.com/a123,有时候返回

{"code":404,"message":"Page not found"}

有时候返回

{"code":401,"message":"cookie token is empty"}

在错误 log 中可以看到

trojan failed to accept conn | not a valid websocket handshake request:
 tls handshake failed | sni mismatched: , expected: oracle.domain.com

但我两台vps的 trojan config.json 是一样的(除了域名和ssl文件名),请问这个问题该怎么排查呢?