We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bea3cf commit 2c763f7Copy full SHA for 2c763f7
1 file changed
LibGit2Sharp/Core/ManagedHttpSmartSubtransport.cs
@@ -75,6 +75,9 @@ public ManagedHttpSmartSubtransportStream(ManagedHttpSmartSubtransport parent, s
75
EndpointUrl = new Uri(endpointUrl);
76
IsPost = isPost;
77
ContentType = contentType;
78
+
79
+ //If we have any concurrency, this is a bad thing to do...
80
+ httpClientHandler.ServerCertificateCustomValidationCallback = CertificateValidationProxy;
81
}
82
83
private HttpClient CreateHttpClient(HttpMessageHandler handler)
0 commit comments