Updated Using HTTPS (SSL) (markdown)

Stef Heyenrath
2020-11-08 10:17:01 +01:00
parent 46c85c72f8
commit 92fc00e723

@@ -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).