backup fails
Solved
Support
-
wrote on May 28, 2021, 12:06 PM last edited by girish May 29, 2021, 4:08 AM
We get following error for all backups.
box:tasks setCompleted - 1182: {"result":null,"error":{"stack":"BoxError: Error uploading snapshot/app_08553ae3-59de-481c-a6e0-d8e65d735e9a.tar.gz. Message: self signed certificate HTTP Code: NetworkingError\n at /home/yellowtent/box/src/backups.js:897:29\n at f (/home/yellowtent/box/node_modules/once/once.js:25:25)\n at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:69:9)\n at ChildProcess.emit (events.js:315:20)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)","name":"BoxError","reason":"External Error","details":{},"message":"Error uploading snapshot/app_08553ae3-59de-481c-a6e0-d8e65d735e9a.tar.gz. Message: self signed certificate HTTP Code: NetworkingError"}}
is there a quick fix for that?
thx! -
We get following error for all backups.
box:tasks setCompleted - 1182: {"result":null,"error":{"stack":"BoxError: Error uploading snapshot/app_08553ae3-59de-481c-a6e0-d8e65d735e9a.tar.gz. Message: self signed certificate HTTP Code: NetworkingError\n at /home/yellowtent/box/src/backups.js:897:29\n at f (/home/yellowtent/box/node_modules/once/once.js:25:25)\n at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:69:9)\n at ChildProcess.emit (events.js:315:20)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)","name":"BoxError","reason":"External Error","details":{},"message":"Error uploading snapshot/app_08553ae3-59de-481c-a6e0-d8e65d735e9a.tar.gz. Message: self signed certificate HTTP Code: NetworkingError"}}
is there a quick fix for that?
thx!@grienauer looks like the server you are using to backup has an invalid or self-signed certificate. If you are using the S3-compatible backup backend settings, then see if the "accept self-signed certificates" checkbox is checked.
-
wrote on Jun 1, 2021, 7:44 AM last edited by
We are using minIO for it. s3 compatible. the Service on our side was down… and then we also have a problem with backup size. but now it works! thx!