holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 267 forks source link

ws vs wss for hc run #2178

Open gotjoshua opened 4 years ago

gotjoshua commented 4 years ago

I want to test our holomasterpass app using secure sockets. searching for holochain wss secure sockets gives me nothing useful on google, so I'm asking here:

How can i set up a zome to run on wss instead of the default ws ?

zippy commented 4 years ago

wss support was removed to simplify debugging. Its on the roadmap will be added back in a future version.

gotjoshua commented 4 years ago

ok... it makes it impossible to run a dev app over https (rather unfortunate) any ETA?