[PR #547] [MERGED] Fix Proxying with SSL and NetCoreApp3.1 #963

Closed
opened 2025-12-29 15:34:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/547
Author: @StefH
Created: 12/2/2020
Status: Merged
Merged: 12/3/2020
Merged by: @StefH

Base: masterHead: Fix_Proxying_with-SSL-Not-Working


📝 Commits (7)

  • 4a095e5 Fix Proxying with SSL and NetCoreApp3.1
  • ccb6cbd Merge branch 'master' into Fix_Proxying_with-SSL-Not-Working
  • b85fc1c add test
  • 0dfffe0 ServicePointManager.ServerCertificateValidationCallback = (message, cert, chain, errors) => true;
  • d7fc2ef dotnet dev-certs https
  • b9c3011 x
  • e04790a .

📊 Changes

10 files changed (+72 additions, -20 deletions)

View changed files

📝 azure-pipelines-ci.yml (+4 -0)
📝 examples/WireMock.Net.StandAlone.NETCoreApp/Program.cs (+11 -3)
📝 examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json (+1 -1)
📝 examples/WireMock.Net.StandAlone.NETCoreApp/WireMock.Net.StandAlone.NETCoreApp.csproj (+1 -1)
examples/WireMock.Net.StandAlone.NETCoreApp/run10.cmd (+0 -1)
examples/WireMock.Net.StandAlone.NETCoreApp/run20.cmd (+0 -1)
examples/WireMock.Net.StandAlone.NETCoreApp/run21.cmd (+0 -1)
📝 src/WireMock.Net/Http/HttpClientHelper.cs (+6 -7)
📝 src/WireMock.Net/Http/HttpRequestMessageHelper.cs (+18 -4)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+31 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/547 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/2/2020 **Status:** ✅ Merged **Merged:** 12/3/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `Fix_Proxying_with-SSL-Not-Working` --- ### 📝 Commits (7) - [`4a095e5`](https://github.com/wiremock/WireMock.Net/commit/4a095e5f9fdc25a94882f0eaf75991bc73657e25) Fix Proxying with SSL and NetCoreApp3.1 - [`ccb6cbd`](https://github.com/wiremock/WireMock.Net/commit/ccb6cbd54c1551b40468083d6be347cc4d8d3f54) Merge branch 'master' into Fix_Proxying_with-SSL-Not-Working - [`b85fc1c`](https://github.com/wiremock/WireMock.Net/commit/b85fc1cd4edd1a55a8f6b5ca163a4c956a8172da) add test - [`0dfffe0`](https://github.com/wiremock/WireMock.Net/commit/0dfffe0b93b6c76d54193fca82cbf48cf4c3589c) ServicePointManager.ServerCertificateValidationCallback = (message, cert, chain, errors) => true; - [`d7fc2ef`](https://github.com/wiremock/WireMock.Net/commit/d7fc2efac4b9c43e3dde76d228e6f8c01e79ba29) dotnet dev-certs https - [`b9c3011`](https://github.com/wiremock/WireMock.Net/commit/b9c30113c4d4bade8b96193a7265ad284c07f0fa) x - [`e04790a`](https://github.com/wiremock/WireMock.Net/commit/e04790ad9732b06e3d56a7bd790ef70af0711a31) . ### 📊 Changes **10 files changed** (+72 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `azure-pipelines-ci.yml` (+4 -0) 📝 `examples/WireMock.Net.StandAlone.NETCoreApp/Program.cs` (+11 -3) 📝 `examples/WireMock.Net.StandAlone.NETCoreApp/Properties/launchSettings.json` (+1 -1) 📝 `examples/WireMock.Net.StandAlone.NETCoreApp/WireMock.Net.StandAlone.NETCoreApp.csproj` (+1 -1) ➖ `examples/WireMock.Net.StandAlone.NETCoreApp/run10.cmd` (+0 -1) ➖ `examples/WireMock.Net.StandAlone.NETCoreApp/run20.cmd` (+0 -1) ➖ `examples/WireMock.Net.StandAlone.NETCoreApp/run21.cmd` (+0 -1) 📝 `src/WireMock.Net/Http/HttpClientHelper.cs` (+6 -7) 📝 `src/WireMock.Net/Http/HttpRequestMessageHelper.cs` (+18 -4) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+31 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:34:32 +01:00
adam closed this issue 2025-12-29 15:34:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#963