HTTPS SECURITY FOR WEB SITE

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
maneeshthareja
Forum Newbie
Posts: 3
Joined: Wed Feb 07, 2007 12:34 pm

HTTPS SECURITY FOR WEB SITE

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Everything should run the same, with the exception of cookies/sessions, as they must be declared secure in the handling of them.
wildwobby
Forum Commoner
Posts: 66
Joined: Sat Jul 01, 2006 8:35 pm

Post by wildwobby »

Im interested in it too. Is there any good articles out there?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Post Reply