.NET Server

WebDAV SSL

In this article

WebDAV SSL

If you create IIS-based WebDAV server you will usually set SSL certificate via user interface provided by IIS. HttpListener does not provide any visual interface or tools for setting SSL certificate. To configure SSL for WebDAV server based on HttpListener, you can use following tools:

  1. HTTP service configuration utility httpcfg.exe on Windows XP and 2003 or netsh tool on Windows Vista. See How To: Configure a Port with an SSL Certificate.
  2. A third-party configuration tool: http://www.stevestechspot.com/ABetterHttpcfg.aspx. It has friendlier user interface.

Next Article:

How to Delete Cached User Credentials