Jump to content
xisto Community
Sign in to follow this  
Bkag

Help With Https

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.