Comment on I've been trying to post to this group and the admin group from my new friendica
alfred@libranet.de 21 hours ago
@fossfan I can see messages in the logs of forum.friendi.ca:
2026-07-31T04:55:01Z app [NOTICE]: Invalid HTTP signature, message will not be trusted. {"uid":0,"actor":"https://friendica-sverige.se/profile/leanderlindahl", ... ...
At a first glances I can tell that your server is communication via IPv6 with forum.friendi.ca. But there is no AAAA DNS record for your IPv6 (2a01:4f9:c015:6d88::1).
root@forum:~# host friendica-sverige.sefriendica-sverige.se has address 65.109.12.183friendica-sverige.se mail is handled by 0 mail.friendica-sverige.se.
I'm nor sure if this causing the messages about an invalid HTTP signature Friendica is reporting. But you should repair this nonetheless.
fossfan@anonsys.net 21 hours ago
@alfred
I have a VPS with Hetzner and the IP for that is 65.109.12.183 which I put in the A record.
I must admit I'm not an export on these things and wasn't aware of AAAA-record.
I now tried to add a new AAAA-record. I'm super grateful for the help. Let me know if you spot anything that's not right about the configuration.
alfred@libranet.de 18 hours ago
@fossfan Yep. But we excluded this from the list of possible issues. 😀
I still see this message:
2026-07-31T09:45:02Z app [NOTICE]: Invalid HTTP signature, message will not be trusted. {"uid":0,"actor":"https://friendica-sverige.se/profile/leanderlindahl", ... ...I guess this check in ActivityPub\Receiver.php is failing:
@heluecht Any idea when and why this happens?
@alfred @fossfan I'm not 100% sure. But this shouldn't be a huge problem when it comes to public posts, since we then simply verify a post by fetching it from the original source.
Please have a look at the log entry you displayed above. There is a request-id. So please grep all entries with the same request-id. This might help to see the whole picture.
alfred@libranet.de 15 hours ago
fossfan@anonsys.net 18 hours ago