问题描述
我有一个具有有效SSL证书链的本地服务器,我可以在我的win8机器上使用IE10或Chrome访问时没有问题。
但是使用WebAuthenticationBroker和在桌面浏览器中工作的URL,我正在运行超时,不显示该站点。
我也在调试器中获得此输出:
顶级文档请求文档模式< 7>应用程序主机强制执行文档模式< 10>。
我正在测试的应用程序禁用Networkisolation。 Networkisolation Debug不会产生任何有用的信息。
有没有办法调试WebAuthenticationBroker?
I have a local server with valid SSL certificate chain that I can access without problems using IE10 or Chrome on my win8 machine.
However using the WebAuthenticationBroker with the very same URL that works in the desktop browsers, I am running into a timeout, the site is not displayed.
I also get this output in the debugger:
The top level document requested document mode <7> while the App Host is enforcing document mode <10>.
Networkisolation is disabled for the app I am testing. Networkisolation Debug does not yield any useful informations.
Is there a way to debug WebAuthenticationBroker?
这篇关于将本地https服务器与WebAuthenticationBroker一起使用时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!