Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTTPS Wont work at all


Guest

Recommended Posts

Hey,

 

I am about to make my site live, although i am having a problem with the https part of my site...

 

I turned the https part to true in the configure file and make it all correct although when i go to the https page it goes blank

 

the website is http://shoeconnect.com.au

 

https://shoeconnect.com.au doesnt work...

 

Please can people help, it is extremly important.!

 

Thankyou in advance...

Link to comment
Share on other sites

Hey,

 

I am about to make my site live, although i am having a problem with the https part of my site...

 

I turned the https part to true in the configure file and make it all correct although when i go to the https page it goes blank

 

the website is http://shoeconnect.com.au

 

https://shoeconnect.com.au doesnt work...

 

Please can people help, it is extremly important.!

 

Thankyou in advance...

Do you have an ssl certificate?

Link to comment
Share on other sites

Have to define teh value of teh constant "DIR_WS_HTTPS_CATALOG" in configure.php file

Is this right?

 

define('HTTP_SERVER', 'http://shoeconnect.com.au'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://shoeconnect.com.au'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'shoeconnect.com.au');

define('HTTPS_COOKIE_DOMAIN', 'shoeconnect.com.au');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

Link to comment
Share on other sites

Is this right?

 

define('HTTP_SERVER', 'http://shoeconnect.com.au'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://shoeconnect.com.au'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

The line above needs to be changed to
define('ENABLE_SSL', true); // secure webserver for checkout procedure?

But it doesn't appear you have an ssl installed. You should be able to go to https://shoeconnect.com.au and have the page displayed. That doesn't work for me so the ssl appears to not be set up correctly.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The line above needs to be changed to
define('ENABLE_SSL', true); // secure webserver for checkout procedure?

But it doesn't appear you have an ssl installed. You should be able to go to https://shoeconnect.com.au and have the page displayed. That doesn't work for me so the ssl appears to not be set up correctly.

 

Jack

 

I am on shared hosting....

 

Do i need to have a dedicated ip?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...