mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 14:48:24 +00:00
134abbd82b
Before, creating a new repo via REST would use the defaut HTTP client, which is not a problem unless the server uses HTTPS and a TLS certificate which isn't signed by a CA in the system's CA store. In this case, all commands work except the 'init' command, which fails with a message like "invalid certificate".