sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

Support for https in sc-server #93

Open davidwkeith opened 11 years ago

davidwkeith commented 11 years ago

Allow a self-signed cert hosting of https://localhost:4443 (or whatever) so development can be done against back ends which set the secure bit on cookies without setting up an additional proxy server.

For example:

https://example.com/session sets a secure session cookie

Code at http://localhost:4020 can't see it even if the following config it used:

proxy '/session', :to => 'https://example.com', :https => true