gpt4 book ai didi

ssl - 在开发盒上使用 SSL

转载 作者:太空宇宙 更新时间:2023-11-03 14:18:11 26 4
gpt4 key购买 nike

我需要确保我的 Web 应用程序使用 HTTPS 来保护帐户信息。所以我按照 Hanselman 的博文进行了设置:

Working with SSL at Development Time is easier with IISExpress

一切都像提到的那样工作。然而几周前它停止工作并出现以下错误:

错误 101 (net::ERR_CONNECTION_RESET):连接已重置。

除 Windows 更新外,我没有更改本地框或我的代码的任何内容。谁能告诉我怎么了?如果需要更多说明,我可以解释更多。

我的应用程序是一个带有 SQL Server 数据库的 MVC4 应用程序。

最佳答案

我按照 a post from scott hanselman 中描述的步骤解决了这个问题。 .

以下步骤为我解决了这个问题:

  1. makecert -r -pe -n "CN=<SOMENAME>" -b 01/01/2000 -e 01/01/2036 -eku
    1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12
  2. netsh http delete sslcert ipport=0.0.0.0:44300
  3. 使用MMC.exe查找证书指纹
  4. netsh http add sslcert ipport=0.0.0.0:44300 appid={<SOMEGUID>} certhash=<THUMBPRINT>

关于ssl - 在开发盒上使用 SSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14263623/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com