libgit2

git_remote_check_cert

Version:

Choose whether to check the server's certificate (applies to HTTPS only)

Signature

void git_remote_check_cert(git_remote *remote, int check);

Parameters

In
remote

the remote to configure

int
In
check

whether to check the server's certificate (defaults to yes)

Versions