You are reading content from Scuttlebutt
@cel-desktop %lFdo/bgRdhKDHkASKZnEQei9wpZuuQlZmALtw5dLDXc=.sha256
Re: %RHX45VucG

@Denis M Goddard
I don't think the ssb-server/sbot CLI can connect using the unix socket currently. (sbotc would.) It is probably trying to connect to your public IP. What you could do is change the listener host in the ssb config from 127.0.0.1 to 0.0.0.0 or ::. But then it will be listening publicly and I'm not sure if you want that. In that case, you may be able to set "host": "127.0.0.1" in the sbot config (in the top-level config object, not in connections) - or as a CLI option, like ssb-server --host 127.0.0.1 whoami - to make it connect to 127.0.0.1. That host option has to match the host you have set in incoming.net[0] or you will get an error about conflicting connection settings.

User has not chosen to be hosted publicly
@cel-desktop %JSEzloopnL/putv23T6aEIHtOeHNLeMfHnivP70nABU=.sha256

@Denis M Goddard
Glad it's working.
It shouldn't be necessary to have host set in both the config and the CLI option. But if it is, that is good to know.

User has not chosen to be hosted publicly
User has not chosen to be hosted publicly
Join Scuttlebutt now