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

Move HTTPS forwarding to nginx #1

Open
kafoso opened this issue Jun 29, 2015 · 3 comments
Open

Move HTTPS forwarding to nginx #1

kafoso opened this issue Jun 29, 2015 · 3 comments

Comments

@kafoso
Copy link
Contributor

kafoso commented Jun 29, 2015

Currently, the node script server.js takes care of redirecting HTTP to HTTPS. This should be moved to server proxy (nginx?).

@Veritasimo
Copy link

nginx should really be handling everything to do with SSL termination. The backend server should be vanilla HTTP (or FastCGI).

@sebneira
Copy link
Contributor

It is currently like that for erosd, we can use the same config.

@kafoso
Copy link
Contributor Author

kafoso commented Jul 19, 2015

Yeah. Should be fairly simple to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants