Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for https in sc-server #93

Open
davidwkeith opened this issue Jan 6, 2013 · 0 comments
Open

Support for https in sc-server #93

davidwkeith opened this issue Jan 6, 2013 · 0 comments

Comments

@davidwkeith
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant