btoropu Posted March 20, 2008 Posted March 20, 2008 Hi guys! lately I've been having problems with my website. http://www.rambowholesales.ca I haven't purchased an SSL b/c we receive the payments through the paypal; therefore, we thought that we don't need an SSL. But a few weeks ago I've been having problems with my site b/c and unknown certificate gets installed on my server for about 1 week and then it dissapears. While the SSL is there, i can't view my website. All the pictures do not show. Moreover, i can't update the currencies. i'll paste my configure.php, but i think its good. I don't know what to do. I've tried purchasing a SSL from GoDaddy but they're very anal when it comes to my family name. (that's another story for another time) this code is from the shop <?php /* osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 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://www.rambowholesales.ca/shop/osc/'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.rambowholesales.ca/shop/osc/'); // eg, [url="https://localhost"]https://localhost[/url] - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.rambowholesales.ca'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/shop/osc/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/shop/osc/'); 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/rambo/public_html/shop/osc/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'rambo_products'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> and this one is form the admin <?php /* osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 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://www.rambowholesales.ca'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.rambowholesales.ca'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/rambo/public_html/shop/osc/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/shop/osc/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/rambo/public_html/shop/osc/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/shop/osc/'); // absolute path required define('DIR_FS_CATALOG', '/home/rambo/public_html/shop/osc/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'rambo_products'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> I've also send you some pictures of how it looks: Thank you for taking the time to look at my problem! Have a great day!
juniorprg Posted March 20, 2008 Posted March 20, 2008 i have a feeling , your host may be providing you with a shared ssl certificate are you using a shared hosting service , check if they are providing this SSL l8ter
Jack_mcs Posted March 20, 2008 Posted March 20, 2008 Hi guys! lately I've been having problems with my website. http://www.rambowholesales.ca I haven't purchased an SSL b/c we receive the payments through the paypal; therefore, we thought that we don't need an SSL. But a few weeks ago I've been having problems with my site b/c and unknown certificate gets installed on my server for about 1 week and then it dissapears. While the SSL is there, i can't view my website. All the pictures do not show. Moreover, i can't update the currencies. i'll paste my configure.php, but i think its good. I don't know what to do. I've tried purchasing a SSL from GoDaddy but they're very anal when it comes to my family name. (that's another story for another time) define('ENABLE_SSL', false); // secure webserver for checkout procedure? As mentioned, the cert you are seeing is probably a shared one. However, the line above shows that ssl is not enabled for your shop so there should not be any way for you to see the cert unless you deliberately go to secure url (https) or your code has be altered to not work as normal. Either way, you need an ssl for your shop. Your customers information is not protected. They will see this and you will lose some as a result. So you need to either enable the shared cert or purchase a private one. 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
btoropu Posted March 21, 2008 Author Posted March 21, 2008 Thank you very much for your suggestions. I shall contact the host and ask him about the shared SSL. Thank you for your reply!
♥Vger Posted March 21, 2008 Posted March 21, 2008 This is your Shared SSL address: https://cpweb33.idig.net/~rambo/shop/osc/ This is your https_cookie_domain setting: 'cpweb33.idig.net' This is your https_cookie_path setting: '/~ramo/shop/osc/' Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.