We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff7bcb commit ec69c5fCopy full SHA for ec69c5f
src/Exceptionless/Submission/DefaultSubmissionClient.cs
@@ -127,7 +127,7 @@ private HttpClient CreateHttpClient(string userAgent) {
127
#else
128
var handler = new HttpClientHandler { UseDefaultCredentials = true };
129
#if !PORTABLE && !NETSTANDARD1_2
130
- handler.ServerCertificateCustomValidationCallback = delegate { return true; };
+ //handler.ServerCertificateCustomValidationCallback = delegate { return true; };
131
#endif
132
133
0 commit comments