Closed
Description
How can we turn off SSL Verify with CloneOptions?
Here is how we do it with git
You can tell Git and Git LFS to ignore SSL cert verification errors too. You can disable it for individual commands:
$ GIT_SSL_NO_VERIFY=1 git clone ...
You can also configure individual repositories to ignore verification errors.
$ git config http.sslverify false
$ git clone ...
Metadata
Metadata
Assignees
Labels
No labels