We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b393b commit 04094f5Copy full SHA for 04094f5
1 file changed
LibGit2Sharp/SmartSubtransport.cs
@@ -81,7 +81,7 @@ public int CertificateCheck(Certificate cert, bool valid, string hostname)
81
Marshal.FreeHGlobal(certPtr);
82
}
83
84
- if (ret > 0)
+ if (ret > 0 || ret == (int)GitErrorCode.PassThrough)
85
{
86
ret = valid ? 0 : -1;
87
0 commit comments