mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 22:33:35 +01:00
* Fix Proxying with SSL and NetCoreApp3.1 * add test * ServicePointManager.ServerCertificateValidationCallback = (message, cert, chain, errors) => true; * dotnet dev-certs https * x * .
8 lines
209 B
JSON
8 lines
209 B
JSON
{
|
|
"profiles": {
|
|
"WireMock.Net.StandAlone.NETCoreApp": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--Urls https://localhost:10080 --WireMockLogger WireMockConsoleLogger"
|
|
}
|
|
}
|
|
} |