-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Proxy Health Check fails when using socket connection between Sliding Sync Proxy and Synapse #26807
Comments
This check was added by the creator of the proxy @kegsay |
I understand the necessity of |
More likely, the proxy should decouple the variable which is passed through to clients in server.json and the actual socket. As the clients knowing the internal path of the socket is not useful at all. |
Element-web shoudn't be doing this check nowadays. It was important in the early days during development, prior to |
@kegsay the check isn't done for well-known, only for manual entry. |
I have the proxy defined in well known.
|
https://im.kimiblock.top/ is too old then. 1.11.46 is 3 months old vs matrix-org/matrix-react-sdk#11936 |
Actually the well-known isn't read yet, so the above PR only considers "native" mode a-la Conduit, #22264 tracks the need to read the WK value |
Steps to reproduce
SYNCV3_SERVER='/whatever/Synapse/Synapse.sock'
Outcome
What did you expect?
Element should skip verification when using socket connection in
SYNCV3_SERVER
, or just add an option to continue anywaysWhat happened instead?
Element refuses to accept Sliding Sync Proxy's address.
Operating system
Arch Linux
Browser information
LibreWolf 120.0.1-1
URL for webapp
develop.element.io and im.kimiblock.top
Application version
Element version: 1.11.46-240-g655d6adb3 Crypto version: Olm 3.2.15
Homeserver
Synapse 1.98.0
Will you send logs?
Yes, but /rageshake doesn't seem to work
The text was updated successfully, but these errors were encountered: