Comment on I've been trying to post to this group and the admin group from my new friendica
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:
115 $http_signer = HTTPSignature::getSigner($body, $header);
116 if ($http_signer === false) {
117 DI::logger()->notice('Invalid HTTP signature, message will not be trusted.', ['uid' => $uid, 'actor' => $actor, 'header' => $header, 'body' => $body]);
118 $signer = [];@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
alfred@libranet.de 12 hours ago