Hello,
I've faced couple of problems with my current setup. On my vps I am running nginx (configuration is below). The idea was to use cloudflare cdn/grpc (but errors with grpc are not related to cloudflare, I've tried the same setup without using cf's cdn grpc).
Basically, for every request through grpc I've got following output inside of xray's error.log .
==> /var/log/xray/error.log <==
2024/04/08 05:05:10 [Info] [1467965021] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer request payload > transport/internet/grpc/encoding: failed to fetch hunk from gRPC tunnel > rpc error: code = Canceled desc = context canceled
And it doesn't matter if I use cloudflare cdn or going directly to my vps nginx. The error is the same.
Also to mention, even though I have those errors the proxy is working fine as for me (at least I can connect and open websites, etc).
Hello, I've faced couple of problems with my current setup. On my vps I am running nginx (configuration is below). The idea was to use cloudflare cdn/grpc (but errors with grpc are not related to cloudflare, I've tried the same setup without using cf's cdn grpc).
Any help or ideas are appreciate :)
Here is my server side config.json:
Client config:
And the final part is nginx configs:
Basically, for every request through grpc I've got following output inside of xray's
error.log
.And it doesn't matter if I use cloudflare cdn or going directly to my vps nginx. The error is the same. Also to mention, even though I have those errors the proxy is working fine as for me (at least I can connect and open websites, etc).