mirror of
https://github.com/restic/restic.git
synced 2026-09-18 02:07:58 +00:00
If a request fails with "x509: certificate signed by unknown authority", the B2 backend now returns the error without retrying the request. Closes #3556 Closes #2355