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 87a708c commit ff33466Copy full SHA for ff33466
src/Tinify/Client.cs
@@ -37,7 +37,7 @@ public Client(string key, string appIdentifier = null, string proxy = null)
37
if (!RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
38
{
39
// TLS is extremely spotty and differs per version on MacOS
40
- ServerCertificateCustomValidationCallback = Internal.SSL.ValidationCallback;
+ handler.ServerCertificateCustomValidationCallback = Internal.SSL.ValidationCallback;
41
};
42
43
if (proxy != null)
0 commit comments