Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Encryption forced off but users get prompt to setup keys #12781

Closed
theslash opened this issue Jul 16, 2024 · 1 comment
Closed

Encryption forced off but users get prompt to setup keys #12781

theslash opened this issue Jul 16, 2024 · 1 comment
Labels
T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems

Comments

@theslash
Copy link

Crossposting this here in hope that someone sees this and has a clue:

element-hq/element-web#27711

Situation:
Encyption is set to off in element web (this worked for nearly a year), but users suddenly get prompts to setup encrpytion keys.

Verified on a test installation with newest synapse server + newest element.

my well-known:

location /.well-known/matrix/client {
  return 200 '{"m.homeserver": 
                {"base_url": "https://******.de"}, 
                "io.element.e2ee": 
                    {
                        "default": false, 
                        "force_disable": true, 
                        "secure_backup_required": false}
                    }';
  add_header Content-Type application/json;
  add_header "Access-Control-Allow-Origin" *;
}

Its a bit of a pressing issue, because now all users get the prompt to setup keys, and get nagged after every login.

Imho according to this:

#11125

this should not happen and didnt happen until now.

Thank you for your help

@dosubot dosubot bot added the T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems label Jul 16, 2024
@t3chguy
Copy link
Member

t3chguy commented Jul 16, 2024

See #9666

@t3chguy t3chguy closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

No branches or pull requests

2 participants