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

Switch to https for sign in and sign up #71

Closed
valon opened this issue Jul 6, 2011 · 3 comments
Closed

Switch to https for sign in and sign up #71

valon opened this issue Jul 6, 2011 · 3 comments

Comments

@valon
Copy link
Contributor

valon commented Jul 6, 2011

Currently authentication and sign up data are sent in plain text. To improve security, authentication and sign up data should be transmitted in encrypted form.

Note: SSL certificate needs to be purchased for each alaveteli implementation.

@robinhouston
Copy link
Contributor

Interesting. I think it would be even better to serve the whole site over HTTPS, otherwise it’s vulnerable to session hijacking if someone can intercept the traffic.

The main security advantage of serving the login page over HTTP, assuming the rest of the site (including session cookies) is transmitted in the clear, is that it prevents the plain text password being intercepted. If the user has reused a password that they also use on other sites, that could be a problem

But if you’re setting up SSL anyway, why not just serve the whole site over HTTPS? It’s simpler to deploy, as well as more secure.

@mlandauer
Copy link
Collaborator

👍 on serving the whole site over https

This was referenced Feb 13, 2013
@crowbot
Copy link
Member

crowbot commented Mar 14, 2013

Alaveteli now has support and instructions for running entire site over SSL/TLS.

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

4 participants