mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #547] [MERGED] Fix Proxying with SSL and NetCoreApp3.1 #964
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:Fix_Proxying_with-SSL-Not-Working📝 Commits (7)
4a095e5Fix Proxying with SSL and NetCoreApp3.1ccb6cbdMerge branch 'master' into Fix_Proxying_with-SSL-Not-Workingb85fc1cadd test0dfffe0ServicePointManager.ServerCertificateValidationCallback = (message, cert, chain, errors) => true;d7fc2efdotnet dev-certs httpsb9c3011xe04790a.📊 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.