X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FMono.AppleTls%2FAppleCertificateHelper.cs;h=073f16080044f4d5315b339ea99418573e80d51c;hb=74a87af7f580c59f524f79508e4ad32ccff0870a;hp=710433ef071619a21464d6a07c31f1eafc12cff0;hpb=093915cf834e7a3242529acae76d11d8a10c7c3d;p=mono.git diff --git a/mcs/class/System/Mono.AppleTls/AppleCertificateHelper.cs b/mcs/class/System/Mono.AppleTls/AppleCertificateHelper.cs index 710433ef071..073f1608004 100644 --- a/mcs/class/System/Mono.AppleTls/AppleCertificateHelper.cs +++ b/mcs/class/System/Mono.AppleTls/AppleCertificateHelper.cs @@ -149,7 +149,7 @@ namespace Mono.AppleTls } var result = trust.Evaluate (); - if (result == SecTrustResult.Unspecified) + if (result == SecTrustResult.Unspecified || result == SecTrustResult.Proceed) return true; errors |= MonoSslPolicyErrors.RemoteCertificateChainErrors;