2016-11-01 17 views
0

AndroidのChromeブラウザでMVCアプリケーションをリモートデバッグしようとしています。私はまた、ポート番号でWindowsファイアウォールの新InBoundルールを作成している私のローカルネットワークに表現すると、以下のバインディングにIIS Express MVCリモートデバッグSSL接続エラー

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

を持っている私のapplicationhost.configファイルを設定して、私のIISを有効にしています。

私は私のAndroidデバイス(クローム)での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エラー?

答えて

関連する問題