-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Attaching via ws + AES fails with 4.1.2 #3094
Comments
You're getting to the authentication stage so encryption is setup correctly, though the syntax you are using is being deprecated, see https://github.com/Xpra-org/xpra/blob/master/docs/Network/AES.md For debugging authentication issues, run both the client and server with |
Many thanks, since that syntax is part of a wrapper I use, I'll adapt it for the future.
Indeed, this was the case, but retrying without newline characters does not change the issue.
Here are the debug lines I get, first from the server (keys are of course only random data):
On the client:
From a glance, I wonder what this means:
Is the syntax |
I don't think it ever was. That's the legacy server side syntax for creating tcp sockets. |
Indeed, that works like a charm! Now the only remaining issue is that it does not work with the HTML 5 client, it always gets stuck at
and silence afterwards. I can of course open an issue on this in the |
Yes please. I don't think that it is related. |
Thanks, done! |
Using version 4.1.2 on Debian 10 / Buster, starting a server as follows:
with "one" being a file with a random string, and "two" being a file with another random string, I can not attach to the server via:
During the attempt, the server logs:
while the client shows a password prompt. Whatever I enter there, it seems to fail.
Trying to attach using the HTML 5 web client, specifying the password (from file "one") and the AES encryption key (from file "two") reveals the same lines in the server logs, and in the browser just hangs at:
for an indefinite time.
Is this a user error, i.e. has the syntax changed for starting the server?
Since I tried the HTML 5 client, too, I presume the client syntax did not change. All versions are 4.1.2 (the HTML 5 client shows 4.1.1, though). I can of course provide debug logs if required.
The text was updated successfully, but these errors were encountered: