Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

https/SSL not working


Guest

Recommended Posts

I have installed all of the requirements for a secured transaction via authorize.net using oscommerce and when I test the transaction system, the transaction goes through but there is no SSL or connection to a secure server.

(ie https access is not present when I go to purchase an item, confirm the information or at checkout).

 

I have the SSL "turned on" in OSC, the security certificate installed, a static IP, and SSL enable on the account.

 

The config.php file in includes is configured correctly also.

 

  define('HTTP_SERVER', 'http://www.etrdp.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.etrdp.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.etrdp.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

so, why in the world the https connection in osc is not working is beyond me... I have searched the forums and of course it returned about 25000 references (sigh)

 

lil help here...

Link to comment
Share on other sites

I found the "second" config.php that needed to be modded after about 12 hours of looking...

 

figures...

 

needs to reset in /admin/includes/configure.php and /includes/configure.php

 

course now 10% of the links don't work...

 

:angry: <--- is sucking hind tit tonight

Link to comment
Share on other sites

I found the "second" config.php that needed to be modded after about 12 hours of looking...

 

figures...

 

needs to reset in /admin/includes/configure.php and /includes/configure.php

 

course now 10% of the links don't work...

 

:angry: <--- is sucking hind tit tonight

 

also one of the links I need to check and see if the SSL/HTTPS is working is the checkout link which works fine without the SSL turned "on"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...