peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.48k stars 1.43k forks source link

Https don't work on cdn.peerjs.com #175

Closed floatdrop closed 10 years ago

floatdrop commented 10 years ago

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.
michelle commented 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 .

floatdrop commented 10 years ago

@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.

michelle commented 10 years ago

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.

jimaek commented 10 years ago

Consider using jsDelivr too http://www.jsdelivr.com/#!peerjs More info https://hacks.mozilla.org/2014/03/jsdelivr-the-advanced-open-source-public-cdn/