Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I use rest-server, to improve security it was setup to use tls self-signed certificate to add HTTPS connection ability. If I use command line option and pure restic binary - I could connect to my rest-server repository. But from within npbackup I can't find a way to pass command line option "--insecure-tls" to restic. Is there a way to do so? I've tested on both platforms: Linux and Windows but with no luck. As far as I know there is no environment variable that could be set for restic that could overwrite default value for this option (--insecure-tls = false).
Beta Was this translation helpful? Give feedback.
All reactions