-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
obscure federation authentication failure #2034
Comments
is this not just that they changed their signing key, but the perspectives server is still emitting the old one for the next 24h until it times out and starts believing the new one? |
Don't think so. "Invalid signature for server lowpolydev.de with key ed25519:a_Ftqq" means "it was signed by a_Ftqq, but the signature didn't match". Nothing to do with where the key came from. |
hm. what if they lost their signing key, and created a new one, deliberately naming it with the same label as before? (hence the name being the same, but the wrong signature from the pov of the notary?) |
that wouldn't explain why matrix.org is complaining about an invalid signature with either |
I hope this will be fixed by #2042, at least once that lands on matrix.org. |
I have that error for contacting matrix.org (that's why i could not ask in the room first) since yesterday:
i upgraded and retried. this only happens for room messages, not for p2p ones. is there a way to manually clean the cache if its an cache problem? |
matrix.org shows:
for any request received over federation from
lowpolydev.de
.lowpolydev.de
is no longer usinged25519:a_Ftqq
; inspecting requests received at sw1v.org suggest that it is using its current key (ed25519:a_pzkY
) to sign things.The text was updated successfully, but these errors were encountered: