JQuery SSL Certificates Expire
11–20 of 44 posts
Re: JQuery SSL Certificates Expire
#12Why not use Google's CDN? https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.m...
http://www.sslshopper.com/article-ssl-certificate-renewal-ev...
Re: JQuery SSL Certificates Expire
#13I use to use the Google CDN but cdnjs.com has a huge amount of javascript libraries hosted on it and it is usually updated faster.
Re: JQuery SSL Certificates Expire
#14Is there a public acknowledgement of the problem?
Re: JQuery SSL Certificates Expire
#15Would the standard local js fallback pattern solve this? window.jQuery || document.write(' \x3C/script>')
Re: JQuery SSL Certificates Expire
#16please fix asap!
Wouldn't this be solved by hosting it on your own site?
1. Keep a local copy means you will be the one paying for the bandwidth to serve it.
2. You will have to manually update your local copy everytime upstream makes improvements.
Having things locally increases reliability but it carries its own costs.
Re: JQuery SSL Certificates Expire
#17Earlier quoted context omitted.
Wouldn't this be solved by hosting it on your own site?
I assume that will work,but it will introduce two problems. 1. Keep a local copy means you will be the one paying for the bandwidth to serve it. 2. You will have to manually update your local copy everytime upstream makes improvements. Having things locally increases reliability but it carries its own costs.
Re: JQuery SSL Certificates Expire
#18Re: JQuery SSL Certificates Expire
#19Earlier quoted context omitted.
Wouldn't this be solved by hosting it on your own site?
I assume that will work,but it will introduce two problems. 1. Keep a local copy means you will be the one paying for the bandwidth to serve it. 2. You will have to manually update your local copy everytime upstream makes improvements. Having things locally increases reliability but it carries its own costs.
Re: JQuery SSL Certificates Expire
#20"It’s hard to blame users for not being interested in SSL and certificates when (as far as we can determine) 100% of all certificate errors seen by users are false positives."