
I'm new to using SSL and would like some advice if any is available
I have a 'control panel' area on one of my sites which contains lots of forms and data transfers between server and client. No data is passed to a 3rd party.
My server has SSL support installed
Is securing the data transfers as simple as using https:// instead of http://?
Member
From: Loughborough, United Kingdom
Registered: 2006-04-14
Posts: 805
I've been thanked 13 times.
Offline
yes but no.
yes you can use https in the address bar and the data passed with be secure though you also need to make sure any image calls are https too, same applies to form actions.
NoSting Hosting - Brightside Hosting Ltd: Member of Nominet / eNom ETP
^^^ Now with over 400 free templates, ShoutCast, LAME + FFMPeg
Ringtones - Palace Marketing Ltd: D2C and B2B mobile content since 2002
Great!
All y urls in the control panel are absolute (links, images, form actions, stylesheets etc etc), so I just need to find and replace http:// for https://.
Will this affect the sessions? I use PHP transparent sessions, SID?
Cheers - 
Moderator
From: Yorkshire, UK
Registered: 2006-08-19
Posts: 2857
I've been thanked 85 times.
Offline
Nice one moby, I've been wondering about this as well,
Thanks sophie for raising the question - never thought it would be so simple
I have a similar layout but will be passing transaction details over to paypal whicj involves exchanging of public and private keys - all new to me, so what fun it will be........
Member
From: Pell City, Alabama USA
Registered: 2004-11-17
Posts: 2084
I've been thanked 5 times.
Offline
well - some Apache installs are configured to serve secure content from one directory and non-secure content from another
check your FTP - if you have a httpsdocs folder - you may need to move your pages into it
TombOfTheMutilated.NET - Destroying The Minds of America's Youth Since 2001
Moderator
From: Yorkshire, UK
Registered: 2006-08-19
Posts: 2857
I've been thanked 85 times.
Offline
In the implenteation I'm using I have a httpdocs and a https docs. I could choose to run both from one, but didn't!
| Never |


