We got a call at the IT Support Desk last week regarding an odd issue with Windows 7 not being able to access remote sharepoint sites. After testing on the Vista and XP machines in the office to make sure it wasnt a credential problem, we came to the conclusion that it must be something in particular with the Windows 7 machine.
After about 15 mins of adjusting settings we found out that it is due to issues with WebDAV requiring true SSL Connection.
The fix for this is the following:
Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
On the Edit menu, point to New, and then click DWORD Value.
Type BasicAuthLevel, and then press ENTER.
On the Edit menu, click Modify.
In the Value data box, type 2, and then click OK.
Note The mapping is as follows:
0 - Basic authentication disabled
1 - Basic authentication enabled for SSL shares only
2 or greater - Basic authentication enabled for SSL shares and for non-SSL shares
Exit Registry Editor, and then restart the webclient service…
No comments:
Post a Comment