[Info] transport/internet/tcp: REALITY: processed invalid connection from <isp gate>:<random port> : failed to read client hello #5724
Replies: 3 comments 9 replies
-
|
btw, work with random config |
Beta Was this translation helpful? Give feedback.
-
|
I might have found something that significantly improved the stability of my VLESS + REALITY + XTLS Vision setup, so I wanted to share it in case it helps someone else. For a long time my tunnel worked, but the client would repeatedly fail the initial handshake before eventually connecting. Sometimes I'd wait several minutes before traffic started flowing consistently. I spent quite a while checking UUIDs, keys, client settings, fingerprints, MTU, DNS, etc., but none of those made a noticeable difference. The biggest improvement came from changing only the REALITY camouflage target ( Originally I was using: "dest": "www.microsoft.com:443",
"serverNames": [
"www.microsoft.com"
]I switched to: "dest": "www.cloudflare.com:443",
"serverNames": [
"www.cloudflare.com"
](Credentials, UUID, keys and short IDs omitted intentionally.) After restarting Xray, the difference was immediately noticeable:
Server logs now look much healthier, with normal inbound requests followed by successful TLS detection and My setup is a standard VLESS + REALITY inbound with XTLS Vision. The only meaningful change was the camouflage target. One additional detail: although REALITY itself doesn't require owning a domain, my VPS also has a domain whose DNS is managed by Cloudflare, with the DNS record set to DNS only (not proxied). I'm not claiming this is required or that it caused the improvement—it may simply be coincidental—but I'm mentioning it for completeness. I'm not sure whether this behavior is specific to my ISP/region, routing, or something about the selected camouflage target, but in my environment changing the target from Microsoft to Cloudflare made a dramatic difference. Has anyone else observed that some REALITY |
Beta Was this translation helpful? Give feedback.
-
|
I've been getting this problem for 2 days in a row, and it's solved in a very surprising way. I'm changing the dest to either microsoft or cloudflare :) upd: i tried to enable my zapret with trying to start tls and its worked as well |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
error appear on server side, client just common connect error
obviously tried:
obviously config im using was fine, and i used xray-core for 4 month already
2023-2024 issues for this error might be unrelated, havent found anything useful for me
i live in russia :sadface:
from home isp after some time of using vpn error starting to appear, after turning off and waiting, i can use vpn again
seems like DPI now (changing?) traffic, instead of just rejecting outcoming traffic
-not solved, just used vpn a little, just for sites like fandom.com or anything else that wont open, so no discord 3+ hours talks or high quality long vids on youtube
my server was unavailable from shitty isp on my work, and i was getting this error on vpn without working period
tried moving server to different ip, now it loads (havent waited for dns update tho), now i at least can access my git server
but vpn still not work
i just asking if anyone encountered this behavior lately..
and maybe, just maybe some one can actually help 🙏
i also tried reading tcp dumb, only see that server do receive some data, and for port 443 it do receive client hello packet, but cant answer against shitty isp or dpi ;; cant say more without knowing xray protocol underlines
here my configs:
for work, i need vpn for sites with data and chatbot for search
-btw, offtopic: ais are horrible at codding, but for search, when you not know where to look, for basic things like 'if such functional already exist' or 'what may be used' they are fine, big time savers (assuming checking info and doing further research)
whole (literally) xray server log:
versions of server and client match
client sample:
Beta Was this translation helpful? Give feedback.
All reactions