Testnet Changelog - December 24th, 2020

Just linking to this problem here. I have not really worked at this again yet but think I could move forward if I knew

  • where to edit *node_connection_info.config

  • how to actually use the -endpoint option. If not provided, https://localhost:33000 is assumed

Could some kind person please paste the commands used to set up a auth daemon on one LAN machine and then connect to that process from another machine on the LAN?
Cos mostly I get

➜  ~ safe auth --endpoint https://mir.wiraintld:33000 status
Sending request to authd to obtain a status report...
[2021-01-03T20:25:59Z ERROR safe] sn_cli error: [Error] AuthdClientError - Failed to establish connection with authd: [Error] ClientError - Failed to establish connection with remote QUIC endpoint: the cryptographic handshake failed: invalid certificate: UnknownIssuer

➜ ~

If I try to use a IP rather than a FQDN then I get

➜  ~ safe auth --endpoint https://192.168.100.6:33000 status
Sending request to authd to obtain a status report...
[2021-01-03T19:47:47Z ERROR safe] sn_cli error: [Error] AuthdClientError - Failed to establish connection with authd: [Error] ClientError - Failed when attempting to create a connection with remote QUIC endpoint: invalid DNS name: 192.168.100.6

I see this when tailing the sn_authd.log from mir.wiraintld (192.168.100.6)

INFO 2021-01-03T20:25:05.759122309+00:00 [sn_authd/operations.rs:144] Running authd instance from executable at "/home/willie/.safe/authd/sn_authd"
INFO 2021-01-03T20:25:05.759178741+00:00 [sn_authd/operations.rs:150] authd instance starting (PID: 17562)...
INFO 2021-01-03T20:25:05.759269325+00:00 [sn_authd/operations.rs:178] Initialising SAFE Authenticator services...
INFO 2021-01-03T20:25:05.759813946+00:00 [sn_authd/authd.rs:84] Listening on 192.168.100.6:33000
INFO 2021-01-03T20:25:59.092502673+00:00 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.6.1/src/connection.rs:228] drive; id=0
INFO 2021-01-03T20:25:59.092763739+00:00 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.6.1/src/connection.rs:228] drive; id=0
INFO 2021-01-03T20:25:59.096415035+00:00 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.6.1/src/connection.rs:228] drive; id=0
4 Likes