From d94801ed18401b93b51c58a603b3b429c35f1815 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 8 Dec 2015 12:34:35 +0100 Subject: [PATCH] Update SSL instructions --- SSL_LOCALLY.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/SSL_LOCALLY.md b/SSL_LOCALLY.md index 2e257751..6c839bef 100644 --- a/SSL_LOCALLY.md +++ b/SSL_LOCALLY.md @@ -6,9 +6,4 @@ In order to run the app with SSL enabled you need to: * generate self signed certificate as described here: https://gist.github.com/trcarden/3295935 * one difference is that you need to use localhost.ssl, because travis-api doesn't whitelist localhost.ssl at the moment -* run ruby server with `SSL=true TRAVIS_PRO=true waiter/script/server` -* run Ember app in build mode only `TRAVIS_PRO=true ember build --watch` - -Now open the app on whatever port ruby server is running (3001 by default). The -ruby app will serve files generated by `ember build` and it will allow SSL -connections +* run Ember app with ssl options: `TRAVIS_PRO=true ember serve --ssl --ssl-key=ssl/server.key --ssl-cert=ssl/server.crt`