Troubleshooting 401 Error with Remote Indexes
To resolve the 401 error problem in IIS 7
-
Using an administrator account, connect to the Coveo Front-End server.
-
Open the Internet Information Service (IIS) Manager.
-
In the Connections panel, under Sites, select Coveo Enterprise Search 7.
-
In the main panel, double-click Authentication.
-
In the Authentication panel, select Windows Authentication.
-
In the Actions panel, select Provides.
-
In the Providers dialog box, when NTLM is not present in the Enabled Providers list:
-
In the Available Providers drop-down list, select NTLM, and then click Add.
-
Click OK.
-
To resolve the 401 error problem in IIS 6
-
Using an administrator account, connect to the Coveo Front-End server.
-
Open a command line window.
-
Run the following command: cscript adsutil.vbs set w3svc/NTAuthenticationProviders "NTLM"
Note: Refer to the following Microsoft document for details: How to configure IIS to support both the Kerberos protocol and the NTLM protocol for network authentication.