ActivityPub + Friendica Results in A valid URL was not provided. (https://socia
-
So I’ve been working at this a few days now trying to solve this problem, and I’ve come up with pretty much very little progress.. Some progress, yes, but nothing on the WordPress side itself, of all things.
I’ve got a more complex setup than most people asking for help here usually has. I run a Proxmox VE homelab cluster, and in this cluster I’ve got two HAProxy Load balancers which are locally used and used by Cloudflare Tunnels. These two HAProxy servers then direct traffic to 3 backend webservers, currently balancing by source, so it’s consistent, and less prone to breaking anything. These three webservers started off running Nginx, but is now running Apache 2.4 with php8.2-fpm and php8.1-fpm. In the mix there is three redis servers also involved, setup in sentinel mode, but also wrapped through haproxy for standard mode where the master is available on a dedicated port, no matter where it is.
Anyway. So I have ActivityPub, Friends, Mastodon Apps, NodeInfo, WebFinger, and with that, with and without these, Redis Object Cache, and W3 Total Cache, and finally UpdraftPlus (for backups).
On the same three servers I also run Friendica, for microblogging social status. I was hoping to bridge together wordpress for long stories and technical explorations that I do, while using Friendica for shorter simpler things, like status updates, short notes here and there.. Things I’m looking at, but not getting into any detail about, etc etc etc..
Well, with WordPress, when I try to add myself from Friendica, I get an error, and the various attempts are each part of the url.
- @[email protected] results in: A valid URL was not provided. (https://@[email protected])
- A valid URL was not provided. (https://social.linux-help.org/profile/psijack)
- A valid URL was not provided. (https://social.linux-help.org/.well-known/[email protected])
All attempts to get this working have failed. However when I enable WP_DEBUG, it magically “works”, or at least gives the idea of working, but then doesn’t actually work. I’ve seen, however, in WP_DEBUG, postings from Friendica listed in previews, it just never actually gets them once subscribed.
On the Friendica side, I was getting issues adding my wordpress author, until I moved over to Apache2 for my webserver setup. Now it’s at least subscribed and “following”.
On the flip side of all this, I have been able to get both Friendica and WordPress to “friend” myself on Mastodon.social, without any issues. Posts get snagged up on Mastodon from wordpress and friendica, here: https://mastodon.social/@psijack
If you could help me resolve this issue, understand what’s not working about this setup, I’d be very appreciative.
Based on the “A valid URL was not provided.” I’ve come to understand is a WordPress-specific error message, but I’ve no idea why, or what’s triggering it, if so.
The page I need help with: [log in to see the link]
- The topic ‘ActivityPub + Friendica Results in A valid URL was not provided. (https://socia’ is closed to new replies.