AcceptSslCertificatesWithCustomValidationCallbackNSUrlSessionHandler fails
Open
tests
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 96
Description
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 (maybe look into if dotnet/runtime has something we can use?)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.