2019-12-12 22:10:23 +00:00
|
|
|
Enhancement: Add flag to disable TLS verification for self-signed certificates
|
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
There is now an `--insecure-tls` global option in restic, which disables TLS
|
|
|
|
verification for self-signed certificates in order to support some development
|
|
|
|
workflows.
|
2019-12-12 22:10:23 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2656
|
|
|
|
https://github.com/restic/restic/pull/2657
|