Page 1 of 1

Need PHP to work on HTTPS

Posted: Mon May 12, 2008 11:30 pm
by cade
I dont know anything about HTTPS. But now i use window with Apache to run PHP and Mysql and it runs as usual php website. But this one is for development only and i need to know how can I enable the HTTPS on my localhost?

For second question, I used linux for live website. This one is shared hosting (i guess). The only way I can administer all my php stuff is trough CPANEL. I cant configure the apache on the live server. Is anyone can advise me on how to set up the HTTPS on this server

Any tutorial or lessons are welcome.

Thank You

Re: Need PHP to work on HTTPS

Posted: Tue May 13, 2008 12:11 am
by Christopher
If you are running Apache on Linux then just install the module you want for SSL (Apache2 comes with -- just enable). It will walk you through generating your own certificate.

Re: Need PHP to work on HTTPS

Posted: Tue May 13, 2008 12:14 am
by cade
but on WAMP, the processes dont show up