This is a discussion on I can't get my ssl cerificates to load within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hi... I have just started (bought already set up) two commerce sites...and can't get my ssl certificates loaded ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi... I have just started (bought already set up) two commerce sites...and can't get my ssl certificates loaded on them nor am I able to switch the addresses from http to https. Any help would be greatly appreciated..... Angela CraftyTidbits.com Spoiled Petzz |
|
#2
| ||||
| ||||
| The certs load fine when I check https://www.craftytidbits.com/ edit the configure.php files to point to the SSL url and SSL cookie path, and set Use SSL to true.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| Hi...I am sorry ...but I am very new to this.... The following is what is in the config file....which/where do I change? Last edited by michael_s; 01-29-2008 at 06:49 PM. Reason: removed entire php file. We all have them. No need to post it. |
|
#4
| |||
| |||
| How come when I look at the https.CraftyTidbits.com the pics and such don't show? When I go to http.CraftyTidbits.com everything is fine....what did I do wrong? Thanks so much for your time, Angela |
|
#5
| |||
| |||
| Hi.... yes the https comes up but all my pics and color choices do not show....what have I done wrong? Thanks for any help at all Angela |
|
#6
| ||||
| ||||
| Wrong file. I said configure.php not configuration.php... big difference. So, try again, this time looking in the configure.php file. There are obvious SSL settings.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#7
| |||
| |||
| Great! That fixed my layout problem...but how do I get the http to go directly to https page? Like when someone just types in craftytidbits.com....how do I get it to go to https instead of directly to http? Thanks so much! Angela |
|
#8
| ||||
| ||||
| You don't. That is not correct SSL usage. It only switches to ssl when needed - during login, checkout. You did not edit the configure.php files correctly though, as it is incorrectly building the ssl url. Double check for errors.
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#9
| |||
| |||
| Hi.. Sorry to keep bugging you...I can't see where I went wrong....here is what I have: <?php /* osCommerce, Open Source E-Commerce Solutions osCommerce, Open Source Online Shop E-Commerce Solutions Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://craftytidbits.com'); // eg, cPanel® - should not be empty for productive servers define('HTTPS_SERVER', 'https://craftytidbits.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'craftytidbits.com'); define('HTTPS_COOKIE_DOMAIN', 'craftytidbits.com'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/content/c/r/a/craftytidbits/html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); where have I gone wrong? Thanks so much, Angela |
|
#10
| ||||
| ||||
| Here: PHP Code: PHP Code: PHP Code:
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin SSL Woes “You are not protected by a secure SSL connection” | osc snob | osCMax v2 Installation issues | 5 | 01-26-2008 12:05 PM |
| flash.swf in header only want to load once? | badadz | osCMax v2 Customization/Mods | 3 | 10-17-2005 11:09 PM |
| Which PayPal IPN to load? | DerekJ | osCMax v1.7 Discussion | 5 | 04-04-2005 02:32 AM |
| One Page Will Not Load | annea03 | osCMax v1.7 Discussion | 4 | 09-23-2003 10:19 AM |