I was just browsing a site I am developing and all of the sudden all the javascript stopped working. In console there is this (among uncaught reference errors caused by it):
Failed to load resource https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
If i try to put the address into url bar in chrome 18.0.1025.151, I get:
The server’s security certificate is not yet valid!
If I try it under Firefox, it displays the file but loading of the file is aborted if it is included as a script in a template.
These problems are occuring only under linux. On window, everything seems fine (tried: ie, opera, firefox, chrome). What is wrong?
You should make sure your system date/time is set correctly (i.e. current date) in your linux system.