【问题标题】:IIS Express MVC Remote Debugging SSL connection ErrorIIS Express MVC 远程调试 SSL 连接错误
【发布时间】:2017-03-14 18:11:26
【问题描述】:

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

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

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

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

SSL Connection Error

Unable to make a secure connection to the server. This may be a problem with the server or it may be requiring a client authentication certificate that you don't have

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

【问题讨论】:

    标签: android asp.net-mvc ssl iis


    【解决方案1】:

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

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

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

    【讨论】:

      猜你喜欢
      • 2018-05-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-17
      • 1970-01-01
      • 2013-03-17
      • 1970-01-01
      相关资源
      最近更新 更多