Skip to content

Commit 3359149

Browse files
authoredJan 8, 2025··
[tests] Ignore AcceptSslCertificatesWithCustomValidationCallbackNSUrlSessionHandler - fails due to external factors. (#21913)
The test fails with: [FAIL] AcceptSslCertificatesWithCustomValidationCallbackNSUrlSessionHandler("https://self-signed.badssl.com/") : Status code was not success [FAIL] AcceptSslCertificatesWithCustomValidationCallbackNSUrlSessionHandler("https://wrong.host.badssl.com/") : Status code was not success Debugging a bit it seems that these return 404 "Not Found" now, so it seems something changed on badssl.com's side. We should probably use a different server we control at some point, but filed an issue for now (#21912).
1 parent be851fe commit 3359149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/monotouch-test/System.Net.Http/MessageHandlers.cs

+1
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ public void AcceptSslCertificatesServicePointManager (Type handlerType)
592592
}
593593

594594
#if NET
595+
[Ignore ("https://github.com/xamarin/xamarin-macios/issues/21912")]
595596
[TestCase ("https://self-signed.badssl.com/")]
596597
[TestCase ("https://wrong.host.badssl.com/")]
597598
public void AcceptSslCertificatesWithCustomValidationCallbackNSUrlSessionHandler (string url)

10 commit comments

Comments
 (10)

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2

vs-mobiletools-engineering-service2 commented on Jan 8, 2025

@vs-mobiletools-engineering-service2
Please sign in to comment.