Thread: SSL link broken

Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2006
    Posts
    64
    Plugin Contributions
    0

    Default SSL link broken

    I just installed Zen Cart 1.3.6 at 1and1. I have a shared SSL but somehow it's not working.
    here is my site
    http://store.ultradyna.com
    If you click the user login, then it redirect you to
    https://ssl.perfora.net/store.ultrad...ain_page=login

    I tried to search here and I couldn't figure out the reason. Anyway, here is the includes/configure.php of my site:

    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'http://store.ultradyna.com');
      define('HTTPS_SERVER', 'https://ssl.perfora.net/store.ultradyna.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', 'https://store.ultradyna.com/');

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: SSL link broken

    Code:
    define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', 'https://store.ultradyna.com/');
    should be:
    Code:
    define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2006
    Posts
    64
    Plugin Contributions
    0

    Default Re: SSL link broken

    Thank you , DrByte. That works! :)

  4. #4
    Join Date
    Mar 2006
    Posts
    64
    Plugin Contributions
    0

    Default Re: SSL link broken

    [fixed] :)

    I put the admin area also in SSL now and there I have a small problem. It started with the "nonscure" message and I fixed that. Now when I try to add a new product, the page can not display an icon picture:
    https://ssl.perfora.net/includes/lan...mages/icon.gif

    Thank you for help and here is my /admin/includes/configure.php:

    define('HTTP_SERVER', 'https://ssl.perfora.net/store.ultradyna.com');
    define('HTTPS_SERVER', 'https://ssl.perfora.net/store.ultradyna.com');
    // define('HTTP_CATALOG_SERVER', 'http://store.ultradyna.com');
    // define('HTTPS_CATALOG_SERVER', 'https://ssl.perfora.net/store.ultradyna.com');
    define('HTTP_CATALOG_SERVER', '');
    define('HTTPS_CATALOG_SERVER', '');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');
    Last edited by dynaguy; 7 Dec 2006 at 07:46 PM.

 

 

Similar Threads

  1. EZpage link to non-ssl page broken
    By xtinexoop in forum General Questions
    Replies: 4
    Last Post: 16 Nov 2007, 04:23 PM
  2. Infamous broken lock ssl
    By PHLASH in forum General Questions
    Replies: 28
    Last Post: 15 Jun 2007, 04:07 PM
  3. SSL Broken Lock
    By brotherhud in forum General Questions
    Replies: 6
    Last Post: 19 Mar 2007, 08:32 PM
  4. SSL Broken Lock
    By zbargain in forum General Questions
    Replies: 1
    Last Post: 2 Jan 2007, 08:16 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR