Skip to content

Ignore SSL Verification #140

Closed
Closed
@kgrvamsi

Description

@kgrvamsi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions