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

SSL Certificate shows up continuously

This is a discussion on SSL Certificate shows up continuously within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi everyone I just installed an osCommerce site, with the SSL certificate required set to No. When I go to ...

      
  1. #1
    New Member
    Join Date
    Sep 2004
    Posts
    26
    Rep Power
    0


    Default SSL Certificate shows up continuously

    Hi everyone

    I just installed an osCommerce site, with the SSL certificate required set to No. When I go to the site, I keep getting this message, that the SSL certificate is not valid or something like that. After clicking Yes about 100 times I get to see the site. Is there something wrong with my host?

    The link I'm referring to is: http://www.zinego.com/catalog/

    If anyone can tell me what is wrong, it would be great!!!

    Thanks in advance
    pram0310

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    I think your problem is :

    <base href="https://zinego.com/catalog/">

    It should be

    <base href="http://zinego.com/catalog/">

    Check your configure.php files and make sure you have your http_server set correctly.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Sep 2004
    Posts
    26
    Rep Power
    0


    Default

    hi

    Here's whats in my admin/includes/configure.php file.

    define('HTTP_SERVER', 'http://zinego.com'); // eg, http://localhost - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'http://zinego.com');
    define('HTTPS_CATALOG_SERVER', 'https://zinego.com');
    define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', '/home/zinegoc/public_html/catalog/'); // where the pages are located on the server
    etc etc

    And this is what catalog/includes/configure.php is like:
    define('HTTP_SERVER', 'http://zinego.com'); // eg, http://localhost - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://zinego.com'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL', false); // secure webserver for checkout procedure?
    define('HTTP_COOKIE_DOMAIN', 'http://zinego.com');
    define('HTTPS_COOKIE_DOMAIN', 'https://zinego.com');
    define('HTTP_COOKIE_PATH', '/catalog/');
    etc etc

    I can't even see the site now. When I log into my Cpanel, I see that the Server Name is mentioned as Secure. So does this need any change as such?

    I'm going crazy, so I'm willing to try out anything.

    Thanks in advance

Similar Threads

  1. product/category description shows FCK editor url
    By Dumb_Question in forum osCMax v2 Features Discussion
    Replies: 7
    Last Post: 01-01-2006, 12:11 PM
  2. Product still shows in cart after transaction is complete
    By bryndog in forum osCommerce 2.2 Modification Help
    Replies: 6
    Last Post: 08-02-2005, 12:52 AM
  3. is there a modifiedd Shopping cart module shows
    By blum in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 01-30-2005, 06:24 AM
  4. X-Cross shows 6 products, how about 9
    By peter in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-21-2003, 10:43 AM
  5. Shows Price in 0
    By ChanBe in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 09-16-2003, 01:49 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
  •