-
Notifications
You must be signed in to change notification settings - Fork 84
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
MatrixError: [502] Third party certificate could not be checked #577
Comments
looks like the invite event might have an invalid |
You might be correct:
|
Indeed, that is invalid. |
It's set: client_http_base = https://aguiarvieira.pt Both in [DEFAULT] and [general] |
right, but it needs to be in an sydent/matrix_is_test/launcher.py Lines 22 to 27 in 2267ee2
(Don't get me started about the lack of documentation) |
It's alright, i understand that the documentation is... sparse and out of date. As it has been said before: Sydent hasn't received much love I'll do a quick test and report back. |
Aaannnd... Problem solved. Although i still got the random error after signig up and accepting (non existant) terms, the join sucedded. For reference, the difference in the invite's source:
|
thanks for reporting back. I guess this is basically an instance of poor documentation biting people :( |
It has been detected that the final steps of inviting someone from outside Matrix to a room, via email, ends in the issue error.
Details:
Selfhosted Synapse, Element and Sydent.
Versions:
Sydent: Unknown, git cloned and built into a docker container recently.
{"versions": ["r0.1.0", "r0.2.0", "r0.2.1", "r0.3.0", "v1.1", "v1.2", "v1.3", "v1.4", "v1.5"]}
Synapse:
Synapse 1.93.0rc1
Element:
Process:
Link:
https://aguiarvieira.pt/#/room/%21tnOYhXKUIldKCOOyzb%3Aaguiarvieira.pt?via=aguiarvieira.pt&email=test06%40aguiarvieira.pt&signurl=https%3A%2F%2Faguiarvieira.pt%2F_matrix%2Fidentity%2Fapi%2Fv1%2Fsign-ed25519%3Ftoken%3DwHvIjathcHQKsuRLpWKAyaYQUaKROdYKDlyUknKEDBsctLLWZMqnRUHDmxUyMJCMeukCMKsmmaxSuNjtUBlwwuENCuiFQTDfEsOlkUybgwCAuYwRZpVhVtrMzcuNgxjc%26private_key%3Dr_mudF73hVkAs5ucDoEBH39ArOulhd1U2GMSX2OnKhI&room_name=Wallpapers&room_avatar_url=mxc%3A//aguiarvieira.pt/b2c0a20111de0dcd2b9a8cfb648889604c1433f01703102296830771200&inviter_name=Ricardo&guest_access_token=&guest_user_id=&room_type=
Link:
https://aguiarvieira.pt/_matrix/client/unstable/registration/email/submit_token?token=zJALrZdsupCCmWlHSMORFWqthtLUMDqp&client_secret=cR7qO6TxLL9Q6hdiQF3rB47bTruEprOF&sid=wiiphWcNVCCOJfqj
Synapse logs that i could find (there are 20 workers... there may be more but i found nothing relevant):
Sydent logs:
Video of the signing in:
Element.-.Email.mp4
Request payload:
{"third_party_signed":{"mxid":"@test06:aguiarvieira.pt","sender":"@daedric:aguiarvieira.pt","token":"wHvIjathcHQKsuRLpWKAyaYQUaKROdYKDlyUknKEDBsctLLWZMqnRUHDmxUyMJCMeukCMKsmmaxSuNjtUBlwwuENCuiFQTDfEsOlkUybgwCAuYwRZpVhVtrMzcuNgxjc","signatures":{"aguiarvieira.pt":{"ed25519:0":"tbFw8CPq20pa/2kK8zh2nnG+zkU03ZcdfoG9MRsKSQzTnZoQ5UlaMIVur940PRZwqY1EyE4OU0JbgJTfzYexDA"}}}}
Relevant request:
https://aguiarvieira.pt/_matrix/client/v3/join/!tnOYhXKUIldKCOOyzb%3Aaguiarvieira.pt
The text was updated successfully, but these errors were encountered: