The following error trace is reported in the ADSCrawler_output.log:
2016-10-24 13:12:14,981 [5160] INFO ADSCrawler - AD BufferManager queue size: 500
2016-10-24 13:12:18,073 [5160] INFO ADSCrawler - SSL Service started
2016-10-2413:12:20,051 [5160] ERROR ADSCrawler - System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. ---> System.ComponentModel.Win32Exception: An unknown error occurred while processing the certificate --- End of inner exception stack trace ---
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at SecurityUtilsLib.SSLServerService.getSSLStream(Int32 certFindType, String certFindValue, Boolean findValidCertsOnly) in D:\builds\checkout_V82\src\C#\SecurityUtilsLib\SecurityUtilsLib\SSLServerService.cs:line 143
at ADSCrawler.ADSCrawlerMain.ReceiveMessage(RequestHeader request) in D:\builds\checkout_V82\src\C#\ADSCrawler\ADSCrawler\ADSCrawler.cs:line 320
This error can occur when all of the following are true:
Figure 1.

1. Set the eDP system-level property esa.common.security.custom.cert.thumbprint to the fingerprint value of the eDP server certificate with the following steps:
a. System > Support Features > Property Browser
b. Ensure the appliance selected is the Cluster Master if running Distributed Architecture.
c. In the Name of Property to change field enter:
esa.common.security.custom.cert.thumbprint
d. In the New value (leave blank to remove) field enter:
The SHA1 fingerprint from eDP server.keystore.
Example: 922019952A3F849BA6F1107A44A4246C2401EF56
e. Put a check in Confirm Change. Are you sure?
f. Click submit.
2. Launch the Clearwell Commander utility > Stop Services and run Action > Copy Tomcat Provider-Signed Certificate to Windows Trust Store.
ERROR ADSCrawler - System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception.