You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pee...@googlegroups.com
Peer.js looks great!!!!
unfortunately, I'm having issues when trying to run <script src="https://cdn.peerjs.com/0/peer.min.js" type="text/javascript"></script> on my server.
I use an https server and when I try running the script I get "ran insecure content from", followed by "Peer is not defined"
Is there a solution to run peer.js from a secure server?
Michelle Bu
unread,
May 13, 2013, 1:09:32 PM5/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to roe...@gmail.com, peerjs
We haven't gotten around to getting an SSL certificate so unfortunately that won't work. If running this is important to you you can host it on your own server for now--otherwise we'll keep you in the loop about our status with SSL. Keep in mind that even if you host the library like that, the cloud server is still not on HTTPS currently.
Michelle
roe...@gmail.com
unread,
May 13, 2013, 2:11:11 PM5/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pee...@googlegroups.com, roe...@gmail.com, miche...@berkeley.edu
Thanks for the quick reply!
I managed running my own server using "require('peer').PeerServer;".