Bkag 0 Report post Posted June 16, 2006 Hi im developing a new shopping system for my site but for the login and create account the default is for the page to be on HTTPS but i cannot get that to work however if i change the scripting to "use https" to false it works how can i solve this? i am guessing the page isnt on the https side of the server how do i access it? im so confused? the site is Link here is the code // * DIR_FS_* = Filesystem directories (local/physical)// * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://forums.xisto.com/no_longer_exists/'); // eg, LOCALHOST - should not be empty for productive servers define('HTTPS_SERVER', 'http://forums.xisto.com/no_longer_exists/'); // eg, LOCALHOST - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'simcards-r-us.co.uk'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/Shop/'); define('HTTPS_COOKIE_PATH', '/Shop/'); define('DIR_WS_HTTP_CATALOG', '/Shop/'); define('DIR_WS_HTTPS_CATALOG', '/Shop/'); Share this post Link to post Share on other sites
rejected 0 Report post Posted June 16, 2006 The Xisto server does not support SSL. To get SSL, you're probably going to need to go out and buy it. However, I may be wrong, if so, someone please correct me. Share this post Link to post Share on other sites
Tetraca 0 Report post Posted June 16, 2006 You need a whole server app to run in the background for HTTPS. Xisto would need to install it. Use a Yahoo or Ebay store if you want a secure transaction. Share this post Link to post Share on other sites
Bkag 0 Report post Posted June 17, 2006 Ok so will running it not on https impare my security? and how come cpanel can be on https? Share this post Link to post Share on other sites
tuddy 0 Report post Posted June 17, 2006 Cause Xisto will have it installed on the ROOT DIR for use with all sercure parts of there systems. However i don't believe SSL is free? So providing that would be another cost for Xisto.Just use PHP to out link to a sercure yahoo shopping system or the like. Share this post Link to post Share on other sites
Bkag 0 Report post Posted June 17, 2006 Im not sure how to do that will i still be secure using the shopping system Currently implimented? Share this post Link to post Share on other sites