diff --git a/src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509chain.c b/src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509chain.c index 5be21d0455cc..51eb62b52f1a 100644 --- a/src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509chain.c +++ b/src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509chain.c @@ -186,7 +186,8 @@ static void MergeStatusCodes(CFTypeRef key, CFTypeRef value, void* context) // It doesn't represent a new error code, and we're still getting the old ones, so // just ignore it for now. } - else if (CFEqual(keyString, CFSTR("NonEmptySubject")) || CFEqual(keyString, CFSTR("GrayListedKey"))) + else if (CFEqual(keyString, CFSTR("NonEmptySubject")) || CFEqual(keyString, CFSTR("GrayListedKey")) || + CFEqual(keyString, CFSTR("CTRequired"))) { // Not a "problem" that we report. }