parse-community / parse-community/Parse-SDK-dotNET
fix: .NET CI tests failing with SSL/TLS errors
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 335
- Forks
- 258
- PR merge metrics
- No merged PRs in 30d
Description
The .NET 8.0 and .NET 9.0 CI test jobs are failing with System.Net.Http.HttpRequestException / SSL decryption errors in integration tests (RelationTests, UserTests).
This is a CI infrastructure issue, not a code issue. The last successful CI run on master was 2025-03-30. All runs since then fail with the same errors.
Affected jobs:
.NET 8.0.NET 9.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the .NET 8.0 and .NET 9.0 CI job logs, focusing on the System.Net.Http.HttpRequestException and SSL decryption errors in RelationTests and UserTests. Identify the CI infrastructure or certificate/TLS change causing both jobs to fail, then verify that these integration tests pass in both jobs and that CI returns to the previously successful state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- ci-cd, infrastructure, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100