mirror of
https://github.com/restic/restic.git
synced 2025-12-24 08:39:43 -05:00
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". |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_test.go | ||
| rest.go | ||
| rest_test.go | ||