-
Notifications
You must be signed in to change notification settings - Fork 58
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
Connection with xpra-html5 4.1.2 using AES and password fails #43
Comments
@totaam I tried with the 4.2 beta from: Sadly, I can still reproduce the problem, with the exact same behaviour, also the browser console output is the same, just the version number changed to 4.2. I also checked the content of the
which I think is the minified version of your change. I find this also in the installed version, and have purged the browser cache. |
Ah, yes. You can just remove the minified versions and the non-minified one will be used.
Oops, sorry. Looks like I forgot half of the fix: the first commit had disabled receiving AES with rencode (by telling the server not to use rencode), the latest commit also disables it when sending with AES.
Yes, something weird happened (Xpra-org/xpra#3106), should be OK now. Tested with Fedora 33 and Debian Buster. |
Thanks!
I've replaced my
Thanks, I can confirm this is now also fine again for me 👍 . |
Starting a server on Debian 10 with (I'll upgrade the syntax at a later point):
and then connecting to that with the HTML5 client via:
(with the file
one
containing the password without trailing newline, andtwo
containing thekey
without trailing newline) stops loading at:WebSocket connection established
Logging on the server side stops at:
I use Firefox 88.0 to connect, there are no errors in the browser console. The last lines are shown in this screenshot:
I can confirm that downgrading only the
xpra-html5
package toxpra-html5=4.0.6-r28351-1
fixes the issue.The text was updated successfully, but these errors were encountered: