diff --git a/fs/fserrors/error.go b/fs/fserrors/error.go index 46e859002..eb6d7055d 100644 --- a/fs/fserrors/error.go +++ b/fs/fserrors/error.go @@ -266,6 +266,7 @@ var retriableErrorStrings = []string{ "transport connection broken", // net/http/transport.go "http: ContentLength=", // net/http/transfer.go "server closed idle connection", // net/http/transport.go + "bad record MAC", // crypto/tls/alert.go } // Errors which indicate networking errors which should be retried