-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
E2ee disabled but user is asked to setup #27711
Comments
The docs don't say anything about this feature making it so you don't have to set up encryption, only the following two bullets
So I'd say this is expected according to the docs |
I'm with you in the docs, but look here: matrix-org/matrix-react-sdk#11125 And this is how it works here since then, only for this one user it doesnt work. |
Ok now all users get the prompt to setup the keys. |
My well-known looks like this, but even with the newest elemtent-web client users are now asked to verify sessions:
|
Ok, perhaps I have a problem with the well-known. From my homeserver.yaml: On this URL i get the From my config.yaml for element:
My well-known is here: could this be the problem? can i somehow check of the right well-known is used? In the homeserver.yaml i have this code: extra_well_known_client_content: |
Ok, another small update from me. Any idea how to proceed? //Edit: {"m.homeserver": {"base_url": "https://server.chat.de"}, "io.element.e2ee": {"default": false, "force_disable": true, "secure_backup_required": false}} |
@tgurr I Shutdown the synapse Server, opened the Database with a Database explorer and cleared the tables connected with e2ee, there were keys stored for the users who got this error. started the synapse server back up and all was good again. My bet is: This occurs when users don't properly log out, I had a few users with >50 devices registered, but I have no proof of this. There would be a session_lifetime setting in the synapse server but its completely useless because it also logs out active users. |
Dirty hack to block key generation forever.
than start synapse server again. |
I'm thoroughly confused about what this issue is asking for. According to the second comment, it's expected behaviour. I'm going to go ahead and close it. Suggest opening new issues with clearer descriptions if people think there are still bugs |
Steps to reproduce
I have a homeserver with disabled e2ee via the well-known
"io.element.e2ee": {
"force_disable": true
}
This works perfect for new users, they are not promted to setup encryption and so on.
Outcome
One user, that was there before, but not used for a long time, has no messages, no rooms etc. is always asked to setup e2ee encryption in element web.
I suspect there is something in the profile of the user I don*t know where this comes from
Operating system
Windows
Browser information
All browsers
URL for webapp
Application version
element 1.11.38
Homeserver
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: