Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 3 of 3

Thread: Problem with SSL Certificate

  1. #1
    KnowGangsStore
    Guest


    Default Problem with SSL Certificate

    I almost have my new (updated from old Oscommerce version) site up and running at http://www.knowgangs.com/store. I'm hoping to go live today, but am having some problems with the SSL Certificate.

    When you try to log in or place an order, the site only loads part of the data. I'm assuming the error is somehwere in my config file? So here it is....any ideas?

    Code:
    <?php
    /*
      osCommerce, Open Source E-Commerce Solutions
      http://www.oscommerce.com
    
      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://www.knowgangs.com'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://www.knowgangs.com'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', true); // secure webserver for checkout procedure?
      define('HTTP_COOKIE_DOMAIN', 'knowgangs.com');
      define('HTTPS_COOKIE_DOMAIN', 'knowgangs.com');
      define('HTTP_COOKIE_PATH', '/store/');
      define('HTTPS_COOKIE_PATH', '/store/');
      define('DIR_WS_HTTP_CATALOG', '/store/');
      define('DIR_WS_HTTPS_CATALOG', '/store/');
      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', '/services/webpages/k/n/knowgangs.com/public/store/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  2. #2
    KnowGangsStore
    Guest


    Default RE: Problem with SSL Certificate

    Jared

  3. #3
    KnowGangsStore
    Guest


    Default RE: Problem with SSL Certificate

    Further explanation...

    When the site goes to https it displays all of the TEXT, but does NOT load any of the pictures. There is also no padlock icon in the corner. It does load one swf file which I added to the header.

    In HTTPS: where the pictures should be it shows the normal white box with a red X. I checked the properties on the pictures and it says: http:///images/header_r5_c13.gif

    I've been working one on this one all day, any suggests out there?

Similar Threads

  1. UPS, USPS and shared SSL certificate problem
    By nfway in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 08-25-2005, 05:54 AM
  2. SSL - I have a certificate installed but...
    By reggiman in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-14-2005, 10:12 AM
  3. certificate problems
    By pete76uk in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 10-20-2004, 10:15 AM
  4. SSL/Certificate question
    By vdgg in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 03-29-2004, 08:13 AM
  5. Do I need one ssl certificate per shop?
    By alisonpurcell in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-10-2003, 12:45 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •