Closed floatdrop closed 10 years ago
Sorry, we don't have SSL certs set up on the CDN yet.
Michelle
On Sat, Apr 5, 2014 at 11:31 PM, Vsevolod Strukchinsky < notifications@github.com> wrote:
I don't know, if this is the right place, but: There is no way to get peer.js from CDN by https protocol:
❯ wget https://cdn.peerjs.com/0.3/peer.js --2014-04-06 12:29:37-- https://cdn.peerjs.com/0.3/peer.js Resolving cdn.peerjs.com... 141.101.117.22, 141.101.116.22, 2400:cb00:2048:1::8d65:7416, ... Connecting to cdn.peerjs.com|141.101.117.22|:443... failed: Operation timed out.
— Reply to this email directly or view it on GitHubhttps://github.com/peers/peerjs/issues/175 .
@michelle no worries, I just serve it from server, but it would be nice to alter your cdn with one from http://cdnjs.com/libraries/peerjs.
Huh, that's interesting! I'd never heard of cdnjs before. I'll find out how to keep cdnjs up-to-date, and add that URL to some resources category on our site/readme.
Consider using jsDelivr too http://www.jsdelivr.com/#!peerjs More info https://hacks.mozilla.org/2014/03/jsdelivr-the-advanced-open-source-public-cdn/
I don't know, if this is the right place, but: There is no way to get
peer.js
from CDN by https protocol: