#38978

jdent
Participant

Very strange. Updating to the latest Firefox (39) didn’t help. However, if I log in to another user on my Mac with a default config, Firefox works just fine. Must be something in my Profile. When I bring up the inspector/console, under my user I currently see:

GET https://sprinkler:8443/ [HTTP/1.1 200 OK 25ms]
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] sprinkler:8443
GET https://ui.opensprinkler.com/js/home.js [HTTP/1.1 200 OK 49ms]
GET https://ui.opensprinkler.com/css/app.cgz [HTTP/1.1 200 OK 430ms]
GET https://ui.opensprinkler.com/js/app.jgz [HTTP/1.1 200 OK 483ms]
GET https://ui.opensprinkler.com/css/lato.fnt [HTTP/1.1 200 OK 100ms]
SecurityError: The operation is insecure. app.jgz:8:0

In the user that is working, the ‘insecure’ error doesn’t appear:

GET https://sprinkler:8443/ [HTTP/1.1 200 OK 122ms]
This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] sprinkler:8443
GET https://ui.opensprinkler.com/js/home.js [HTTP/1.1 200 OK 179ms]
GET https://ui.opensprinkler.com/css/app.cgz [HTTP/1.1 200 OK 373ms]
GET https://ui.opensprinkler.com/js/app.jgz [HTTP/1.1 200 OK 525ms]
GET https://ui.opensprinkler.com/css/lato.fnt [HTTP/1.1 200 OK 306ms]

I did add the CORS line to my web server when loading ui assets from my server. I was seeing some errors in the console, even though I didn’t see any visible problems.