restic/changelog/unreleased/issue-3556

10 lines
408 B
Plaintext
Raw Normal View History

Bugfix: Fix hang with Backblaze B2 if SSL certificate authority error
If a request failed with an SSL unknown certificate authority error, the
B2 backend retried indefinitely and restic would appear to hang.
It now returns the error and restic fails with an error message.
https://github.com/restic/restic/issues/3556
https://github.com/restic/restic/issues/2355
2021-11-13 22:25:42 +01:00
https://github.com/restic/restic/pull/3571