通常,当我启动Web应用程序时,浏览器将打开https://localhost:44305
但我想通过手机访问该网站。我已经尝试更改applicationhost配置文件,防火墙入站规则等等。但后来我找到了这个小东西iisexpress-github
我在我的控制台中输入此内容: iisexpress-proxy https://localhost:44305至3005
这就产生了这一行:将https://localhost:44305代理到网络接口: 以太网:192.168.10.41:3005 听力... [按Control-C退出]
按照说明操作后,浏览器会出现以下错误:' Aw snap!有些不对劲。检查您的控制台以查看错误。'
然后我看着我的控制台说了以下内容:
Error: unable to verify the first certificate
at Error (native)
at TLSSocket.<anonymous> (_tls_wrap.js:1016:38)
at emitNone (events.js:67:13)
at TLSSocket.emit (events.js:166:7)
at TLSSocket._finishInit (_tls_wrap.js:585:8)
通常我的网站是https,但这似乎只代表普通的http。
怎么办?