Föderation EN So 12.01.2025 21:47:33 @grunfink I got a fatal error (though snac stayed running) when I tried out the `/share` function: `output message: fatal error https://[SCRUBBED]/shared-inbox -60`. What's errorcode -60? |
Föderation · Mo 13.01.2025 04:49:24 Negative error codes are those returned by the curl library. They are usually related to TLS and certificate errors on the remote side. In this case, error 60 seems to mean CURLE_PEER_FAILED_VERIFICATION, /* 60 - peer's certificate or fingerprint wasn't verified fine */ |
Föderation · Mo 13.01.2025 04:53:32 These errors are not 'fatal' in the sense of 'snac will die', but tell that the sending of the specific message will never be retried (I agree that calling this 'fatal' is a bit too dramatic). If the returned error is a 5xx one, or a timeout, it may be a transient error on the other side because a fallen or too busy server, so they will be retried. |