-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy cannot establish connection: 'SocketProtocol' object has no attribute 'encryption'
#3937
Labels
bug
Something isn't working
Comments
totaam
added a commit
that referenced
this issue
Jul 25, 2023
server core assumes that these exist in 'proto_crypto_caps'
The commit above should fix this - untested. |
Thanks Antoine, was close enough. My patch fixes the issue. |
totaam
added a commit
that referenced
this issue
Jul 26, 2023
packets have been made immutable so we have to replace them
@goekce the commit above is the more correct fix - unfortunately also more complicated. (also still untested) Packets have been made immutable in v5 to prevent bugs, so the proxy needs a utility function to continue to modify packet data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using proxy according to the example in the proxy-server docs leads to an error. The client waits in the loop afterwards.
Steps to reproduce the behavior:
xpra start
xpra proxy :20 --tcp-auth=allow --bind-tcp=0.0.0.0:14501 --daemon=no
xpra attach tcp://SERVER_ADDR:14501
The client logs look typical. Only problem: it waits for the session to be established.
Server logs:
Attaching with ssh and without proxy works fine.
The text was updated successfully, but these errors were encountered: