Page 1 of 1

HTTPS SECURITY FOR WEB SITE

Posted: Fri Feb 09, 2007 1:04 pm
by maneeshthareja
Hi all
This is my first message on this forum.
Well I have developed a web project in PHP MySQL Apache for the state goverment.
Now it is going for auditing.
Now the problem is that it is running on HTTP and they want to make this site secure by running on HTTPS .
So can you help how can i do it with HTTPS and what are the steps to do it because before this i never use https or SSL.
Please reply everything

Posted: Fri Feb 09, 2007 5:39 pm
by RobertGonzalez
Everything should run the same, with the exception of cookies/sessions, as they must be declared secure in the handling of them.

Posted: Sun Feb 11, 2007 12:47 pm
by wildwobby
Im interested in it too. Is there any good articles out there?

Posted: Sun Feb 11, 2007 1:52 pm
by RobertGonzalez