Replies: 1 comment 2 replies
-
I have the exact same problem. It started about 5 days ago, xhttp+tls through Cloudflare. Although the domain I'm using works fine, it doesn't with xhttp. The logs show the same things as yours. I would also like to understand why this is happening. |
Beta Was this translation helpful? Give feedback.
2 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.
-
背景
不是用于翻墙,我拿来做安全的反向代理/VPN等等。
eduroam是学校提供的一个WiFi,需要通过一定的身份认证便可以使用。连接上之后就是一个正常的网络。问题只出现在eduroam的网络下。
配置
总共有两台服务器A和B。A服务器有一个PHP网站,域名解析到CDN后HTTPS回源,并且配置有xHTTP+TLS。B没有网站也没有域名解析,配置了xHTTP+Reality用A服务器的证书。
现象
在eduroam的网络下使用域名可以正常访问A服务器的网站,并且可以ping通AB服务器。但是无法使用XTLS进行代理。客户端info如下。
服务端似乎收到了客户端的请求,但是无法传输下行数据。服务端有关info如下
备注
Beta Was this translation helpful? Give feedback.
All reactions