Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/182.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android IIS Express MVC远程调试SSL连接错误_Android_Asp.net Mvc_Ssl_Iis - Fatal编程技术网

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

Android IIS Express MVC远程调试SSL连接错误,android,asp.net-mvc,ssl,iis,Android,Asp.net Mvc,Ssl,Iis,我正在尝试在android Chrome浏览器上远程调试MVC应用程序。我已将IIS express启用到本地网络,并将我的applicationhost.config文件配置为具有以下绑定 <bindings> <binding protocol="http" bindingInformation="*:62442:localhost" /> <binding protocol="http" bindingInformation="*:62442:xxx.xx

我正在尝试在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防火墙中创建了一个新的
入站
规则

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

SSL连接错误

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


我不知道如何消除SSL错误?

您可以使用名为“传送带”的免费VS扩展来启用到IIS Express的远程连接


这样,您就不需要使用绑定配置(传送带也不接触它们)。

您可以使用名为“传送带”的免费VS扩展来启用到IIS Express的远程连接

这样,您就不需要使用绑定配置(传送带也不接触它们)