使用IIS SEO工具包时出现System.Net.HttpWebException错误

3
在我的客户网站上运行IIS SEO工具包时,我遇到了以下错误:
The link to 'https://www.my-client-website.censored/' has resulted in an error.
Details: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
   at System.Net.HttpWebRequest.GetResponse()
   at Microsoft.Web.Management.SEO.Crawler.UrlDownloader.OnGetContent(CrawlerProcessContext context)

该网站使用nginx和rails进行服务,日志中没有发现任何错误。目前,我不知道如何解决这个问题或者它的原因是什么。是否有人能提供建议,告诉我应该如何进一步排除故障?


1
https://dev59.com/vXE85IYBdhLWcg3wRBRU - user1228
1个回答

2
我的网站有两个问题:
一个是我把 https://domain 重定向到 https://www.domain。 另一个是 IIS SEO 工具不支持 TLSv1.2,而我的 nginx 配置仅支持 TLSv1.2。因此,我不得不暂时注释重定向规则,并添加支持 TLSv1 的相应密码套件,以便爬取网站。

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接