#38966

jdent
Participant

I got Apache both serving up the UI files, as well as acting as a reverse proxy https->http for the main GUI, and iptables to block http. The CORS stuff isn’t needed because the UI assets are being served up by the same server as OpenSprinker app.

However… Even pointing to your server for the UI assets with Firefox I am seeing the same symptoms as Khael. Safari works fine, but not Firefox (currently on 34.0.5). The page just sticks in a “Loading” state. I’ve attached a screen shot of the Network tab. Note that this is not using my local https proxy or ui assets – I’m going straight to port 8080 and your server for assets.

Pulling up Web Developer->Inspector, turning on all logging levels, this is what I see in the Console tab:

GET http://sprinkler:8080/ [HTTP/1.1 200 OK 7ms]
reflow: 0.04ms
reflow: 0.36ms
Expected ‘none’ or URL but found ‘Alpha(‘. Error in parsing value for ‘filter’. Declaration dropped. sprinkler:8080:1
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. sprinkler:8080
reflow: 1.43ms
Unknown property ‘-moz-box-shadow’. Declaration dropped. app.cgz:1
Expected ‘none’ or URL but found ‘Alpha(‘. Error in parsing value for ‘filter’. Declaration dropped. app.cgz:1
Unknown property ‘user-select’. Declaration dropped. app.cgz:1
Error in parsing value for ‘-moz-perspective’. Declaration dropped. app.cgz:1
Error in parsing value for ‘perspective’. Declaration dropped. app.cgz:1
Error in parsing value for ‘-moz-transform-origin’. Declaration dropped. app.cgz:1
Error in parsing value for ‘transform-origin’. Declaration dropped. app.cgz:1
Expected ‘none’ or URL but found ‘progid’. Error in parsing value for ‘filter’. Declaration dropped. app.cgz:1
Unknown property ‘appearance’. Declaration dropped. app.cgz:1
Unknown pseudo-class or pseudo-element ‘-webkit-inner-spin-button’. Ruleset ignored due to bad selector. app.cgz:1
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’. Ruleset ignored due to bad selector. app.cgz:1
Unknown pseudo-class or pseudo-element ‘-webkit-outer-spin-button’. Ruleset ignored due to bad selector. app.cgz:1
Unknown pseudo-class or pseudo-element ‘-ms-clear’. Ruleset ignored due to bad selector. app.cgz:1
Error in parsing value for ‘margin’. Declaration dropped. app.cgz:1
SecurityError: The operation is insecure. app.jgz:8
reflow: 1.25ms