Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was 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 as not planned
@theslash

Description

@theslash

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-DefectBugs, crashes, hangs, vulnerabilities, or other reported problems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions