Recently we have applied/enabled TLS 1.2 and disabled TLS 1.1 and 1.0 in our Sharepoint 2013 Production environment. Since then we are facing a Search crawler issue. (unable to perform incremental crawler)
The Error messages show as "The secure sockets layer (SSL) certificate sent by the server was invalid and this item will not be crawled".
settings verified :
1) Host entry already verified and it is pointed to directly WFE server.
2) Ignore SSL check box is already checked
Central Administration->General Application Settings->Farm Search Administration, set "Ignore SSL warning" to Yes.
3) able to access the site from the crawler server side.no issues with certificates.
same search crawler is working fine for other web applications in the same WFE server.
Please find TLS registry settings applied as below:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001
Please suggest to me what to verify next. Thanks in advance.