-
Notifications
You must be signed in to change notification settings - Fork 120
Error occurred while send, retrying: unexpected send handshake reply #17
Comments
Maybe your issue is duplicated with #10 If it does not work please run with arg |
The
|
I encountered exactly the same problem. |
The server is returning an error which indicates that the connection cannot be established. What version of EasyConnect are you using? |
This problem may be caused by trying to access an ip not in "L3VPN resources" (the concept from Sangfor). In the official client, route of such ip(s) is not through the virtual network interface of EasyConnect. For example, if the only "L3VPN resources" provided by server is
In this case, if using EasierConnect, trying to access |
This could possibly be the cause. I didn't test such a situation because our school includes almost all network segments and routes all traffic through the vpn. (which may be a misconfiguration.) To fix it, we need to parse the target ip resources in https://github.com/lyc8503/EasierConnect/blob/main/core/web_login.go#L210 , and filter out traffic that doesn't belong to the target segments. For now, a workaround is that make sure you don't route irrelevant traffic through socks5. |
|
Try to access |
Okay, I'm using EasyConnect 7.6.7.4. Sounds like that different versions could cause different prob? |
Different versions/configs of EasyConnect server have various different behaviours, which makes it hard to debug. For this issue, as I mentioned above, |
When I was using the socks proxy after the connection has been established, I'll get these. But it had work a while.
The text was updated successfully, but these errors were encountered: