libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

The function Repository.ListRemoteReferences needs a new parameter to validate server certificate

Open pablonardone opened this issue 1 year ago • 1 comments

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

pablonardone avatar Dec 05 '24 21:12 pablonardone

Can you provide a way to reproduce the problem? Code but also a repository to interact with that causes the issue?

bording avatar Dec 05 '24 21:12 bording