1
vote
How can I encrypt my website traffic?
Since you don't have root your best bet is to contact your hosting provider and see what they can do for you. You may already have SSL access (try using https://yourdomain.com) using a self-certifi …
1
vote
Is SSL really worth it?
More information is needed to make an intelligent decision, but you don't have to use SSL to secure your data. You could always use another algorithm and a shared secret between the client and serv …
1
vote
How to redirect to (or enforce) SSL connection?
Take a look at the PHP header manpage, specifically this user contribution regarding https handling and redirecti …
