Vousk-prod. Posted June 11, 2015 Share Posted June 11, 2015 Ok, I will now put it on jsdelivr (for SSL support)Will there be SSL support on BJS CDN one day ? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 11, 2015 Author Share Posted June 11, 2015 I have no idea this is the Azure CDN did you try with https? Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 11, 2015 Share Posted June 11, 2015 Yes, but that leads to invalid certificate.Is the current bjs.2.1.js in Git the final I can put on jsdelivr (it seams that there was some new commits since the "true" final release) ? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 11, 2015 Author Share Posted June 11, 2015 Yes it is Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 11, 2015 Share Posted June 11, 2015 Ok.Done://cdn.jsdelivr.net/babylonjs/2.1/babylon.min.js Quote Link to comment Share on other sites More sharing options...
qqdarren Posted June 11, 2015 Share Posted June 11, 2015 FYI: 0.6s to load for UK, on a reasonably fast ADSL connection; 1.4s to load at Amazon EC2 in Tokyo (but 0.04s on a 2nd try, so either Amazon cached it or the Japan or Asian CDN node needed to be initialized). Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted June 11, 2015 Share Posted June 11, 2015 Ok, it was not important that these changes be available right now, only that you know about them. Only affects Oculus not working. On SSL, I have bought and installed an SSL certificate in a web server as well a DNS name before. I think the problem is how the server is being accessed. The domain name used to access the server should match the name on the SSL cert installed in the webserver. cdn.babylon.com is a DNS record pointing to a host, that whom ever manages babylon.com domain added. Accessing the host via https using cdn.babylon.com should require that a multi-host capable SSL certificate for babylon.com be installed. I have no idea what Azure is, but couldn't you access via https using a url that matched like "azure.com/.../babylon.js"? jerome 1 Quote Link to comment Share on other sites More sharing options...
davrous Posted June 14, 2015 Share Posted June 14, 2015 We're using Azure CDN using at least 40 different geographical nodes. Believe me, it really scales If you've got questions on the way we're handling the CDN or babylonjs.com, you can ask me questions. I'm in charge of that parts Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 15, 2015 Share Posted June 15, 2015 Hello David, I'm sure the CDN is strong enough and pretty quick to respond everywhere in the world, my concern is to be able to call the script through SSL. Any plan to have SSL for the cdn.babylonjs.com host ? Quote Link to comment Share on other sites More sharing options...
jerome Posted June 15, 2015 Share Posted June 15, 2015 The problem is this one :The server cdn.babylonjs.com delivers a (wildcard) certificate that validates another domain name : *.vo.msecdn.netMy DNS resolver tells me that cdn.babylonjs.com is a synonym (CNAME) of az612410.vo.msecnd.netSo https://az612410.vo.msecnd.net delivers thus a valid certificate under his name. But there might be some incoming request name filtering or other rewrite rules because if you try :https://az612410.vo.msecnd.net/2-1/babylon.jsyou just get a 404 error So whatever the server name, until there is no valid certificate matching the related domain name, you won't be able to get babylon.js file from a https connection.This means you can't serve your own app under https if you want to reference this CDN (because browsers just want all resources winthin a html page to be from valid https if this page is under valid https) Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 15, 2015 Share Posted June 15, 2015 Yep exactly, that's why I'm asking if there is a plan for a SSL certificate related to the exact host cdn.babylonjs.com (and that's also why I put BJS on jsdelivr ) Quote Link to comment Share on other sites More sharing options...
jerome Posted June 15, 2015 Share Posted June 15, 2015 or guess the URL rewrite rule running on az612410.vo.msecnd.net Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 15, 2015 Share Posted June 15, 2015 Hmm, but this address s not really interesting because the idea of CDN is that everyone will use the same, allowing js caching between totally distinct applications. Quote Link to comment Share on other sites More sharing options...
qqdarren Posted June 15, 2015 Share Posted June 15, 2015 The feature you are after is not supported by Azure CDN yet: http://feedback.azure.com/forums/169397-cdn/suggestions/1332683-access-to-cdn-over-ssl-https It is suggesting "late 2015". Given the competition between cloud providers, you can guess it will work like Amazon's SSL offering: http://aws.amazon.com/cloudfront/custom-ssl-domains/ Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 15, 2015 Share Posted June 15, 2015 Thanks for this piece of info! Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted September 23, 2015 Share Posted September 23, 2015 Vousk,Are you planning on putting up "https://cdn.jsdelivr.net/babylonjs/2.2/babylon.min.js"? I am trying to use this CDN for test scenes, in case I wish to publish them. It cuts out a change step. I use GoogleDrive for that & it is https. Not testing anything that needs 2.2, nor publishing anything right now, just letting you know that I do use this CDN. Thanks, Jeff Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted September 23, 2015 Share Posted September 23, 2015 Hey JCP, nice to hear you,When beta release concerned, I only put on CDN versions enough tested in production. But if you need, since I'm currently testing one particular 2.2 beta release on real prod environment cases with no particular problem, I can validate and publish it with confidence. Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted September 23, 2015 Share Posted September 23, 2015 You do know 2.2 went into production yesterday, right? Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted September 23, 2015 Share Posted September 23, 2015 Ah ah ah!! :DI am currently on the road for some days, I did absolutely not know that we just released 2.2 yesterday! I'll definitly put it to CDN when I go home, then, of course. JCPalmer 1 Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted September 27, 2015 Share Posted September 27, 2015 Ok, 2.2 release is now published on CDN : //cdn.jsdelivr.net/babylonjs/2.2/babylon.min.js Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted February 13, 2016 Share Posted February 13, 2016 Hello all. Just to say that I've put 2.3 release on CDN, for those who need it : //cdn.jsdelivr.net/babylonjs/2.3/babylon.min.js RaananW, jerome and JCPalmer 3 Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted February 17, 2016 Share Posted February 17, 2016 Is it possible to get core files as well from both cdn's? Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted February 17, 2016 Share Posted February 17, 2016 Yup, will put that for you on jsdelivr one. JCPalmer 1 Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted February 17, 2016 Share Posted February 17, 2016 Done : http://cdn.jsdelivr.net/babylonjs/2.3/babylon.core.min.js Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted June 27, 2016 Share Posted June 27, 2016 Hi all, 2.4 final is now on CDN : //cdn.jsdelivr.net/babylonjs/2.4/babylon.min.js jerome, Pryme8 and JCPalmer 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.