Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

working on added secure sockets to space brew #76

Closed gschomburg closed 4 years ago

gschomburg commented 6 years ago

So far I've only tested this with node_server_forever.js While testing I started by relaxing as many security settings as possible, then slowly re-enabling security settings. space_brew_live_persist.js line: 108 var options = { rejectUnauthorized: false } is the only remaining security work around that remains, but that can maybe be removed. Here's a sample to test with as well: https://github.com/gschomburg/secure_spacebrewSamples