Using webfinger requires HTTPS because it's defined that way in the webfinger spec.
Federation with non-secure instances is currently allowed otherwise but shouldn't be (https://todo.sr.ht/~vpzom/lotide/132)
UPDATE person SET is_site_admin=TRUE WHERE id=1
(assuming 1 is your user ID)
Should be resolved now
Looks like they want Host to be signed as well
Just pushed a change to include Digest headers in inbox posts. The *.tide.tk instances have been updated as well
I do see the issue if I use mastodon.online, it looks like they have a slightly different version than the actual Mastodon 3.2.0, and require a Digest header to be part of the signature when sending to inboxes
Which is something I planned to implement but haven't done yet
Following and receiving posts from mastodon seems fine, I can't reproduce any issues there
to
for community targets, while Mastodon adds mentions to cc
. Not sure what I want to do hereHuh, I thought I put it in there but apparently not. Added now
if this is the error you're seeing, I think it was resolved in Rust 1.45