You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element X is unable to connect to our server using https. It should be noted that we use TLS 1.3 exclusively.
Scenario 1
Point your matrix client to some webserver serving .well-known/matrix/client via https (http gets redirected to http)
Connect Element X using https://your.server as the server name
Scenario 2
Point your matrix client to some webserver serving .well-known/matrix/client via https (http gets redirected to http)
Connect Element X using http://your.server as the server name
Scenario 3
Point your matrix client to some webserver serving .well-known/matrix/client via http. Matrix homeserver and sync urls start with https://
Connect Element X using http://your.server as the server name
Scenario 4
Point your matrix client to some webserver serving .well-known/matrix/client via http. Matrix homeserver and sync urls start with http://
Connect Element X using http://your.server as the server name
Outcome
What did you expect?
Client should connect, request should be shown in server access log
What happened instead?
Scenario 1
Client shows "server not supported", no request in access log
Scenario 2
Client shows "server not supported", request in access log (HTTP 301 redirect to HTTPS)
Scenario 3
Client detects server, shows that neither password login nor OIDC is supported (our server supports both)
Scenario 4
Client detects server, shows username/password prompt (no way to use OIDC). Login with username/password fails, likely because our server again redirects http to https
Your phone model
Mac Mini M2 8C CPU, 10C GPU, 16 GB RAM, 512 GB SSD
Operating system version
No response
Application version
1.3.3
Homeserver
Synapse 1.95
Will you send logs?
No
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Element X is unable to connect to our server using https. It should be noted that we use TLS 1.3 exclusively.
Scenario 1
.well-known/matrix/client
via https (http gets redirected to http)https://your.server
as the server nameScenario 2
.well-known/matrix/client
via https (http gets redirected to http)http://your.server
as the server nameScenario 3
.well-known/matrix/client
via http. Matrix homeserver and sync urls start withhttps://
http://your.server
as the server nameScenario 4
.well-known/matrix/client
via http. Matrix homeserver and sync urls start withhttp://
http://your.server
as the server nameOutcome
What did you expect?
Client should connect, request should be shown in server access log
What happened instead?
Scenario 1
Client shows "server not supported", no request in access log
Scenario 2
Client shows "server not supported", request in access log (HTTP 301 redirect to HTTPS)
Scenario 3
Client detects server, shows that neither password login nor OIDC is supported (our server supports both)
Scenario 4
Client detects server, shows username/password prompt (no way to use OIDC). Login with username/password fails, likely because our server again redirects http to https
Your phone model
Mac Mini M2 8C CPU, 10C GPU, 16 GB RAM, 512 GB SSD
Operating system version
No response
Application version
1.3.3
Homeserver
Synapse 1.95
Will you send logs?
No
The text was updated successfully, but these errors were encountered: