• @secstate
    link
    33 years ago

    So I setup my own lemmy homeserver and hope to be able to federate with lemmy.ml as well (see top post :) ) … but I am hosting in a FreeBSD jail with Caddy doing my reverse proxy instead of nginx.

    The curl command above does not work on my instance either:

    curl -H "Accept: application/activity+json" https://lemmy.unbl.ink/u/secstate

    The problem however, is that Caddy is passing any requests with the JSON activity stream header to the proper port in the jail (8536) and the response is empty.

    The same happens if I run curl against the jail IP from within the network, so either the response is supposed to be empty, or there’s something wrong with the lemmy_server binaries’ actual response to that header.

    Any help would be appreciated! Love the idea of Lemmy + federation :grinning face with smiling eyes: