I have a secured (https/ssl) website on Server 2008 x64 sp2, IIS7. I'm trying to publish some folders using webdav. I've installed webdav 7.5 and published some sample folders. All clients are Windows 7 running IE 8.
On the workstations, I've set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters\AuthForwardServerList to include the FQDN of the server running the webdav.
If I open a command prompt and do: net use * https://server.com/webdavtest, the folder is mapped after I'm prompted for the credentials. However, as soon as I try to use that drive, I receive Mutual Authentication failed. The server's password is out of date at the domain controller.
If I go into IE and set the proxy settings to bypass the proxy for the fqdn of the server, webdav works.
Anyone have any ideas on how I can correct this?