Summary
When attempting to log in to Laserfiche using Windows authentication, you may receive the following error message:
Could not connect to the server. (797)
Cause
You may encounter this issue with very large domains that contain many groups. In a large domain, the login request can create an HTTP header that exceeds the default size limit.
Resolution
Modify the registry to increase the header length limit.
To modify header length limits
regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
MaxFieldLength
32768
MaxRequestBytes
32768
cmd
net stop http
net start http
Related Links
See the following Microsoft Knowledge Base article for more information on the "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters" registry key.