cosmir / openmic-annotator

Annotation framework for annotating data for OpenMIC
MIT License
56 stars 1 forks source link

SSL only #27

Open stefan-balke opened 7 years ago

stefan-balke commented 7 years ago

Hi,

all communication between Client-Server should be SSL-only.

This can be done by flask-sslify. Still, we need to check how to get a certificate from Google Cloud Services.

ejhumphrey commented 7 years ago

update: so it's looking like AppEngine supports SSL out of the box: https://cloud.google.com/appengine/docs/python/config/appref#handlers_secure

I've added the secure flag in 4a962b1, but we can wait for the PR that'll come back on to verify that this is addressed.