mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-26 09:49:21 +02:00
3dfee689b5
* Fix Proxying with SSL and NetCoreApp3.1 * add test * ServicePointManager.ServerCertificateValidationCallback = (message, cert, chain, errors) => true; * dotnet dev-certs https * x * .