1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-06 11:40:16 +00:00
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
config_test.go
rest.go rest: Use client for creating the repository 2017-11-25 20:56:40 +01:00
rest_test.go