osCmax v2.5 User Manual
Results 1 to 3 of 3

SSL Problems

This is a discussion on SSL Problems within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I tryed setting site up wiht SSL and when i go to site and go to checkout or create a ...

      
  1. #1
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    6


    Default SSL Problems

    I tryed setting site up wiht SSL and when i go to site and go to checkout or create a accoung no SSL but if i type the s in the web addreass on the tool bar in IE8 the SSL Works any idea whats going on to not go to SSL on its own.

    define('HTTP_SERVER', 'http://www.cujosinc.com');
    define('HTTPS_SERVER', 'https://www.cujosinc.com');
    define('ENABLE_SSL', true);
    define('HTTP_COOKIE_DOMAIN', 'cujosinc.com');
    define('HTTPS_COOKIE_DOMAIN', '/catalog/');
    define('HTTP_COOKIE_PATH', '/catalog/');
    define('HTTPS_COOKIE_PATH', '/catalog/');
    define('DIR_WS_HTTP_CATALOG', '/catalog/');
    define('DIR_WS_HTTPS_CATALOG', '/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', 'C:/xampp/htdocs/dev_oscmax/catalog/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

    // define our database connection
    define('DB_SERVER', '127.0.0.1');
    define('DB_SERVER_USERNAME', 'xxxxxx');
    define('DB_SERVER_PASSWORD', 'xxxxx');
    define('DB_DATABASE', 'cujosinc_catalog');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'mysql');

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Lightbulb Re: SSL Problems

    Code:
    define('HTTPS_COOKIE_DOMAIN', '/catalog/');
    That is not a domain, it is a path.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    6


    Default Re: SSL Problems

    i found out what it was i edit the wrong config file everything working on SSl Now Thank you

Similar Threads

  1. problems with php
    By shona324 in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 06-18-2009, 06:34 AM
  2. Help Several Problems
    By Kronox in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-01-2008, 11:49 AM
  3. SSL Problems
    By apexdog in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-25-2005, 09:40 AM
  4. SSL problems
    By mryan98a in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-30-2004, 08:45 AM
  5. Log in Problems
    By angelbud in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 06-01-2003, 05:29 PM

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
  •