bigpopakap-crap / tabtutor

Website for community guitar tabs
0 stars 0 forks source link

Force HTTPS connections #8

Open bigpopakap opened 11 years ago

bigpopakap commented 11 years ago

Add some top-level functionality to redirect every browser request to HTTPS

bigpopakap commented 11 years ago

It was possible in Play 1: http://www.playframework.com/documentation/1.2.3/production#https Apparently not possible in Play 2: http://stackoverflow.com/questions/10748305/how-to-config-playframework2-to-support-ssl

So it looks like it's not possible with just Play, but Heroku supports this: https://devcenter.heroku.com/articles/ssl

This should be a problem for later, when we finally push to Heroku (either staging or production). And it should be set up to force HTTPS only in staging and production modes

Kicking out to a later milestone because it can't be solved now