#social 2020-03-16

2020-03-16 UTC
includeals, tenma, RzR, Chocobozzz and nebunez joined the channel
#
jess
im trying to set up a static webfinger and Actor for signed request callbacks. mastodon is visiting the keyId url (<actor>#key) but not continuing to the webfinger
#
jess
and
#
jess
can anyone see what could be causing mastodon to not go from .fedi-actor to webfinger?
#
jess
this is for signed requests; it's obviously correctly getting the keyId from the Signature header
#
jess
because it then visits the keyId
#
jess
does it first check the signature and then do the webfinger? if so, i assume the failure would be that the signature doesn't match
#
jess
but if we assume that the signature does match, is there anything wrong in .fedi-actor that would cause mastodon to not continue on to the webfinger?
#
nightpool[m]
jess: are you returning the correct Content-Type headers? if they're not set to an as2 content type, mastodon won't process them
#
jess
nightpool[m]: Content-Type: application/activity+json
#
jess
if i search the URL, i get the actor
#
jess
i guess that means it /has/ to be the signature that is wrong
haseeb joined the channel