restic/internal/backend/rest
Alexander Neumann 134abbd82b rest: Use client for creating the repository
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".
2017-11-25 20:56:40 +01:00
..
config.go Run goimports 2017-07-23 14:21:03 +02:00
config_test.go Moves files 2017-07-23 14:19:13 +02:00
rest.go rest: Use client for creating the repository 2017-11-25 20:56:40 +01:00
rest_test.go Add REST backend option to use CA root certificate 2017-10-04 22:14:10 +02:00