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?