nikeshnazareth / verifiable-voting

A verifiable voting system built using Ethereum and IPFS
MIT License
0 stars 0 forks source link

Use https when posting to IPFS #37

Closed nikeshnazareth closed 6 years ago

nikeshnazareth commented 6 years ago

I have changed the IPFS post endpoint to be my own (amazon hosted) server for more control over object pinning. However, the web server does not handle https. This implies that all user data can be changed on the way to the IPFS node, which obviously completely undermines any security guarantee. Update the IPFSService to use https when nikeshnazareth/ipfs-node#1 is resolved.