mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Allow Custom SSL Certification? #194
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?
Originally created by @sangwei on GitHub (Jul 29, 2019).
When we enable ssl support, it would use a hard coded certification, which causes warnings in browsers, like "Your connection is not private" in chrome.
It would be nice to support using a custom properly signed certification.
@StefH commented on GitHub (Jul 29, 2019):
See https://github.com/WireMock-Net/WireMock.Net/wiki/Using-HTTPS-(SSL)
You can use it like:
https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Settings/ProxyAndRecordSettings.cs#L24