Revert changes that were made by mistake in prior PR (#35)

This commit is contained in:
phillee007
2017-06-17 10:03:07 +12:00
committed by Stef Heyenrath
parent 49ce2f0dfb
commit 65ac8c6462
2 changed files with 10 additions and 16 deletions

View File

@@ -10,12 +10,12 @@ namespace WireMock.Net.Console.Record.NETCoreApp
{
var server = FluentMockServer.Start(new FluentMockServerSettings
{
Urls = new[] { "http://localhost:9090/", "https://localhost:9096/" },
Urls = new[] { "http://localhost:9095/", "https://localhost:9096/" },
StartAdminInterface = true,
ProxyAndRecordSettings = new ProxyAndRecordSettings
{
Url = "https://www.msn.com",
X509Certificate2ThumbprintOrSubjectName = "x3bwbapi-dev.nzlb.service.dev",
//X509Certificate2ThumbprintOrSubjectName = "www.yourclientcertname.com OR yourcertificatethumbprint (only if the service you're proxying to requires it)",
SaveMapping = true
}
});