mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
11 lines
428 B
Plaintext
11 lines
428 B
Plaintext
Bugfix: Fix hang with Backblaze B2 on SSL certificate authority error
|
|
|
|
Previously, if a request failed with an SSL unknown certificate authority
|
|
error, the B2 backend retried indefinitely and restic would appear to hang.
|
|
|
|
This has now been fixed and restic instead fails with an error message.
|
|
|
|
https://github.com/restic/restic/issues/3556
|
|
https://github.com/restic/restic/issues/2355
|
|
https://github.com/restic/restic/pull/3571
|