privacylab / talek

a Private Publish Subscribe System
BSD 2-Clause "Simplified" License
47 stars 5 forks source link

Server Authentication #7

Open ryscheng opened 8 years ago

willscott commented 7 years ago

What work is entailed in this issue?

I'd like to see the RPCs going over an SSL tunnel. The frontend's ssl host cert should probably be pinned in client config as well.

willscott commented 7 years ago

Propose switching net/rpc to https://github.com/valyala/gorpc which has TLS support for the RPCs