Loading any served page ends in endless loading of resources, page never get loaded successfully. This is probably a problem in tlstunnel which is used for both tlwebaccess and tlwebadm service.
Can't reproduce with Chrome 35 on iPad Mini with iOS 7.1.1
Retested and Chrome 38 on iPad Mini with iOS 8.0.2 and it seems like websocket doesn't work (endless connection to agent). Server certificate installed from safari browser and HTML5 client is working ok.
We should probably add a platform specific note for this.
(In reply to comment #2) > Retested and Chrome 38 on iPad Mini with iOS 8.0.2 and it seems like websocket > doesn't work (endless connection to agent). > > Server certificate installed from safari browser and HTML5 client is working > ok. Tested against eudemo and it works as expected, so this issue is related to selfsigned / untrusted root ca certificates and safari and chrome seems not to use the same data store for user added ca certs.
(In reply to comment #4) > (In reply to comment #2) > > Retested and Chrome 38 on iPad Mini with iOS 8.0.2 and it seems like websocket > > doesn't work (endless connection to agent). > > > > Server certificate installed from safari browser and HTML5 client is working > > ok. > > Tested against eudemo and it works as expected, so this issue is related to > selfsigned / untrusted root ca certificates and safari and chrome seems not to > use the same data store for user added ca certs. Probably related issue: https://code.google.com/p/chromium/issues/detail?id=152584
It behaves better now. Certificates in the trust store now work fine in Chrome. The problem is getting the certificates in there as our link does not work. Perhaps it needs to be in DER format, and with a proper mime type? Either way, our documentation isn't correct and would need to be updated.
We could have a look at putting something on our home page until we have a more permanent solution in place.
This is a very specific corner case that users don't seem to be hit by in practice. Closing this bug.