本文介绍了Sharepoint 2013尝试抓取此项目时收到无法识别的HTTP响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在运行搜索抓取时遇到以下问题。

I am running with below issue, when run the search crawl.

收到无法识别的HTTP响应时试图抓取此商品。验证是否可以使用浏览器访问该项目。 (来自SharePoint站点的错误:WebExceptionStatus:TrustFailure基础连接已关闭:无法为SSL / TLS安全通道建立
信任关系。; SearchID =)

An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser. ( Error from SharePoint site: WebExceptionStatus: TrustFailure The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.; SearchID = )

且所有证书有效期至2026年

and all the certificates valid till 2026

 提前致谢

 Thanks in advance

推荐答案

您最近是否更新了SSL证书?如果是,请确保从服务器中删除旧证书,然后使用services.msc重新启动搜索服务。然后开始完全抓取并检查结果。

Have you renewed your SSL cert recently? If so, ensure the old cert was deleted form the server and then restarte the search services using services.msc. Then start a full crawl and check the results.

此问题可能有很多原因,您可以尝试以下解决方案来解决您的问题(请查看每个解决方案后的结果):

This issue may be many reasons, you can try below solutions for solving your issue(check the results after each solution):

解决方案1:转到SharePoint管理中心>管理服务应用程序>搜索服务应用程序>场搜索管理,并切换"忽略SSL警告"和到"是"。

Solution 1: Go to SharePoint Central Administration > Manage service applications > Search Service Application > Farm Search Administration, and toggle the "Ignore SSL warnings" to "Yes".

解决方案2:尝试将您的站点证书添加到管理信任下的信任关系中。

Solution 2: Try to add your site cert into the Trust Relationships under Manage Trust.

解决方案3:删除Internet Explorer中的代理设置,然后重新启动搜索服务以查看其工作原理。为此,请按照下列步骤操作:

Solution 3: Remove the proxy settings in Internet Explorer and restart the search service to see how it works. To do this, follow these steps:

a。在IE中,打开Internet选项。转到"连接"选项卡,单击"局域网设置"。

a. In IE, open the Internet Options. Go to Connections tab, click LAN settings.

b。在"代理服务器"下,单击以清除"为LAN使用代理服务器(这些设置不适用于拨号或VPN连接)"复选框,然后单击"确定"两次。

b. Under Proxy server, click to clear the Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections) check box, and then click OK two times.

解决方案4:在IE中,打开"Internet选项"。转到"安全"选项卡,单击"本地Intranet站点"。部分。单击"高级"并将您的站点URL添加到"本地Intranet"。

Solution 4: In IE, open the Internet Options. Go to Security tab, click the "Local Intranet Sites" section. Click "Advanced" and add your site URL to the "Local Intranet".

解决方案5:尝试重置所有服务器上的IIS然后运行完全爬网。

Solution 5: Try to reset IIS on all server in the farm and then run the full crawl.

祝你好运,

Allen Bai

Allen Bai


这篇关于Sharepoint 2013尝试抓取此项目时收到无法识别的HTTP响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 17:56