Hi,

Is it possible to make the login data via SSL? I have a login box and password on all pages of my site and whilst the login page is secure, the rest are not. Is it possible to just send form data by SSL, leaving the rest clear?

Thanks,
Paul.

Comments

Anonymous’s picture

Look into the securepages module.

http://drupal.org/project/securepages

techypaul’s picture

Thank you - i'll report back.

tonyliuh’s picture

Securepages is great for /user or /admin. But it is not suitable for the login button in the side bar.

Please help me out.

techypaul’s picture

Yep. This is the trouble I am having. I have secured the login page, but I want to just secure the form part of every page. I don't need it to show as secure on the page, as long as it actually is.

Anonymous’s picture

OK,
what about this module?
http://drupal.org/project/securepages_prevent_hijack

Haven't tried it, but I think it might be what you need.