gpt4 book ai didi

android - IIS Express MVC 远程调试 SSL 连接错误

转载 作者:太空宇宙 更新时间:2023-11-03 13:52:00 25 4
gpt4 key购买 nike

我正在尝试在 Android Chrome 浏览器上远程调试 MVC 应用程序。我已启用我的 IIS Express 到我的本地网络,并且还配置了我的 applicationhost.config 文件以具有以下绑定(bind)

<bindings>
<binding protocol="http" bindingInformation="*:62442:localhost" />
<binding protocol="http" bindingInformation="*:62442:xxx.xxx.x.xxx" />
</bindings>

我还在 Windows 防火墙中使用端口号创建了一个新的 InBound 规则。

当我尝试在我的 Android 设备 (Chrome) 中打开 mvc 网络应用程序时,出现以下错误

SSL 连接错误

无法与服务器建立安全连接。这可能是服务器的问题,或者它可能需要您没有的客户端身份验证证书

我不确定如何摆脱 SSL 错误?

最佳答案

您可以使用我们名为“Conveyor”的免费 VS 扩展来启用与 IIS Express 的远程连接。

https://marketplace.visualstudio.com/items?itemName=vs-publisher-1448185.ConveyorbyKeyoti

这样您就不需要使用绑定(bind)配置(Conveyor 也不会触及它们)。

关于android - IIS Express MVC 远程调试 SSL 连接错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40362878/

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