You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature field in the request was keyId="https://domain/path#main-key",algorithm="rsa-sha256",headers="(request-target) host date digest content-type",signature="zRbQw......0MUqA==", and I suspect that the algorithm="rsa-sha256" field has caused this problem. (By the way, requests from both Mastodon and Pleroma seem to be using rsa-sha256.)
Can this be fixed somehow? Thanks!
The text was updated successfully, but these errors were encountered:
The pattern matching still went wrong, but after some testing it seems that it is another issue other than the algorithm field, which has been resolve by your patch.
I've opened pull request #17 and the modification works for me. Would you please check it out?
The signature field in the request was
keyId="https://domain/path#main-key",algorithm="rsa-sha256",headers="(request-target) host date digest content-type",signature="zRbQw......0MUqA=="
, and I suspect that the algorithm="rsa-sha256" field has caused this problem. (By the way, requests from both Mastodon and Pleroma seem to be using rsa-sha256.)Can this be fixed somehow? Thanks!
The text was updated successfully, but these errors were encountered: