mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 17:41:01 +01:00
Updated Using HTTPS (SSL) (markdown)
@@ -18,7 +18,7 @@ In case you don't have a self-signed certificate yet, run the following command:
|
||||
dotnet dev-certs https --trust
|
||||
```
|
||||
|
||||
WireMock.Net will now use this self signed certificate (which can be overridden if you like) to host https urls.
|
||||
WireMock.Net will now use this self signed certificate [which can be overridden if you like](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#certificatesettings) to host https urls.
|
||||
|
||||
### .NET 4.5.2 / .NET 4.6
|
||||
In case when using .NET 4.5.2 or .NET 4.6, you need a certificate registered on your box, properly associated with your application and the port number that will be used. This is not really specific to WireMock.Net, not very straightforward and hence the following StackOverflow thread might come handy: [Httplistener with https support](http://stackoverflow.com/questions/11403333/httplistener-with-https-support).
|
||||
|
||||
Reference in New Issue
Block a user