We successfully implemented WebDAV for a Client of ours. They are able to navigate through the folders but when they attempt to open MS Word Document, the following error message comes up:
Any ideas on this?
We successfully implemented WebDAV for a Client of ours. They are able to navigate through the folders but when they attempt to open MS Word Document, the following error message comes up:
Any ideas on this?
Searching for that error message brings up this MS KB article. You should configure SSL on the site.
SSL is already enabled. It is not enforced on any Website.
Since it's WebDAV, I am not sure which site to enforce it to?
When you pointed the WebDAV client at the Laserfiche server, did you specify https as the protocol?
Yes and I get the following errors when I try to map the drive using https://<server>/lf:
From a Windows 7 machine:
From a Windows 10 machine
By the way, the same credentials map the drive successfully when using http protocol.
It seems to prevent this message, you have to use HTTPS and also the FQDN of the server (which matches with the SSL certificate.
So https://servername.abc.com/lf works.