Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No SSL after server upgrade Version 2.2RC2a New Install


bikesbuiltbetter

Recommended Posts

I installed OsC on my website before i got the SSL . They moved the site to a new server after installing the SSL I have been through the threads and have tried many different configs and patches but i cannot get the SSL to engage during check out i would really appreciate some help with this issue It may be something on my web host config but i don’t know what to ask them to check on and they do not offer support for this software. I tried the htaccesss mods in the forum but get error 404 when I did that on all files in directory. Below is some info that may be pertinent to helping me find a solution.

 

OsCommerce Version 2.2RC2a

 

Server Info

 

Server OS: Linux 2.6.18-53.1.21.el5 Database: MySQL 5.0.27-standard

Server Date: 11/25/2008 22:21:40 Datebase Date: 11/25/2008 22:24:49

Server Up Time: 22:21:40 up 41 days, 17:27, 2 users, load average: 1.59, 1.43, 1.31

 

HTTP Server: Apache

PHP Version: 5.1.6 (Zend: 2.1.0)

 

 

Config Info

 

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.bikesbuiltbetter.com');

define('HTTPS_SERVER', 'https://www.bikesbuiltbetter.com');

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

define('HTTP_COOKIE_DOMAIN', 'www.bikesbuiltbetter.com');

define('HTTPS_COOKIE_DOMAIN', 'www.bikesbuiltbetter.com');

define('HTTP_COOKIE_PATH', '/shop_specials/');

define('HTTPS_COOKIE_PATH', '/shop_specials/');

define('DIR_WS_HTTP_CATALOG', '/shop_specials/');

define('DIR_WS_HTTPS_CATALOG', '/shop_specials/');

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/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/export/home/comcon/public_html/shop_specials/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', 'mysql.webhero.com');

define('DB_SERVER_USERNAME', '*******');

define('DB_SERVER_PASSWORD', '******');

define('DB_DATABASE', '*******');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

 

I Ran the Myenv Test Results were good works with default setting

 

// set the type of request (secure or not)

request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

Link to comment
Share on other sites

I installed OsC on my website before i got the SSL . They moved the site to a new server after installing the SSL ...

you host just did a mindless act. i guess you would need to reinstall your SSL on the new server.

 

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Link to comment
Share on other sites

oscommerce is working fine but the shop coding is not.

 

https://www.bikesbuiltbetter.com/shop_specials/ works just fine

 

The padlock shows errors as you have hardcoded images/links which should be using the tep_ functions.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...