holochain/holochain-rust

ws vs wss for hc run

gotjoshua opened this issue · 2 comments

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

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

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