-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mastodon 4.2.7 Unable to follow service-provided actors (bookmarks@domain) #187
Comments
I don't know if this is related, but I'm getting SSL errors when I go to https://nngym.site/u/bookmarks |
I am currently seeing connection failure / is the site down? I haven’t dug in on the Mastodon changes 4.2.3->4.2.7 but I do think Postmarks has not always worked as expected for me with the webfinger lookups. Something for us to look into. |
Yes, I turned off the service yesterday, and now it's on. curl -H 'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"' https://nngym.site/u/bookmarks return: { But,on mastodon4.2.7 can not look up "[email protected]" |
.env PUBLIC_BASE_URL=nngym.site |
Oh my god, |
This makes sense in the context of recent CVEs, thank you @ganyuanmen for identifying it. Feel free to submit a Pull Request! |
I cloned the project, running in the https environment, the website used normally.
get:
https://nngym.site/.well-known/webfinger? resource=acct:[email protected]
Return:
{ "subject": "acct:[email protected]", "links": [ { "rel": "self", "type": "application/activity+json", "href": "https://nngym.site/u/bookmarks" } ] }
get https://nngym.site/u/bookmarks can returns json results. But in mastodon 4.2.7, I couldn't find [email protected].
The text was updated successfully, but these errors were encountered: