libgit2sharp
libgit2sharp copied to clipboard
The function Repository.ListRemoteReferences needs a new parameter to validate server certificate
The function "Repository.ListRemoteReferences" needs a new parameter "CertificateCheckHandler CertificateCheck" to let the user validate the server certificate, because now the function fails with the error "certificate revocation status could not be verified".
Version of LibGit2Sharp = 0.31.0 Operating system: Windows 10 Pro 64 bits Framework: NET Framework 4.7.2
Can you provide a way to reproduce the problem? Code but also a repository to interact with that causes the issue?