Re: https login
Reply #2 –
Should work, its been something I've been meaning to try.
Anyway most of the work is on the server end where you will need to install an X.509 certificate. Buying a certificate can be expensive but you can also get some free ones (with lower crypt levels) or do your own, “self-signed” certificate for free. A self signed one will give the user an initial security prompt warning since its self signed.
Re: https login
Reply #4 –
Ohhh... okay, I misunderstood the question then!
I thought your user wanted to setup the https on his site.
Well, the answer is mostly the same. What I can add is that it may be possible to "protect" just the login page (provided the quick-login is disabled), but then again, do it without addons may not be possible (even though, it may be using an htaccess redirect of sort I think)... more doubts than answers I guess. LOL
Re: https login
Reply #5 –
That seems like the best option, disable quick login and use htaccess fot tge login page.
Alternatively someone who knows https could do a plugin just to secure the login system (i dont imagine it woukd be overly hard, as long as ssl is configured correctly).
If someond does, i can test (i have ssl enabled on my server).