System.Net.HttpWebException 使用 IIS SEO 工具包时
System.Net.HttpWebException when using IIS SEO Toolkit
当 运行 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 提供服务,我在日志中没有发现任何错误。目前,我不知道如何解决这个问题或可能是什么原因。有人对我应该如何进一步解决此问题有建议吗?
我的网站有两个问题:
一个是我正在重定向 https://domain to https://www.domain
另一个是 IIS SEO Toolkit 不支持 TLSv1.2,我的 nginx 配置为仅支持 TLSv1.2。因此,我不得不临时注释重定向规则并添加相应密码的 TLSv1 支持,以便抓取网站。
当 运行 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 提供服务,我在日志中没有发现任何错误。目前,我不知道如何解决这个问题或可能是什么原因。有人对我应该如何进一步解决此问题有建议吗?
我的网站有两个问题:
一个是我正在重定向 https://domain to https://www.domain 另一个是 IIS SEO Toolkit 不支持 TLSv1.2,我的 nginx 配置为仅支持 TLSv1.2。因此,我不得不临时注释重定向规则并添加相应密码的 TLSv1 支持,以便抓取网站。