@sam Yeah, mine is exactly the same, so it's likely an Akkoma moment, paired with universally abysmal quality of HTTP adapters supported in Tesla. I remember that they removed bindings for all the adapters except Finch, and it looks like this Finch has trouble with proxying plain HTTP (as messages from froth failed to deliver to my clearnet HTTP-only instance as well). https://akkoma.dev/AkkomaGang/akkoma/commit/364b6969eb7c79e57ed02345ddff4f48519e6b0a
@sam One would have to either restore support for other adapters (Hackney is rather stable, but can't follow redirects with proxy enabled, that's what I'm stuck at since everything else is just worse) or maybe set up system-wide access to hidden webservers. https://gitgud.io/CrunkLord420/socks-nginx-module If I'm correct about my assumption what it does, it should be possible to set up nginx to proxy everything from Tor with wildcard server_name, bind it to local address and set up local DNS server to resolve *.onion to that address.