Thread: New HTTPS setup

Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2006
    Location
    Boise, ID
    Posts
    334
    Plugin Contributions
    0

    Default New HTTPS setup

    zen v1.3.9h
    New install HTTP works and google checkout works all fine.

    Hello All,

    Searching hi and low, but my new site http://www.efpsupply.com works great in normal http and google checkout works fine.

    the only issue I have is in setting up the SSL, https://www.efpsupply.com most of the site is comming up
    but some images are not and the links on the site all reffer back to HTTP and not HTTPS ?

    please what am I missing here to get ALL the site to come up in HTTPS and the links to be https
    when the site is viewed at the https address ?


    Thank you
    erick

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New HTTPS setup

    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2006
    Location
    Boise, ID
    Posts
    334
    Plugin Contributions
    0

    Default Re: New HTTPS setup

    Yes, Thank you I followed that tonight acctually,

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.efpsupply.com');
    define('HTTPS_SERVER', 'https://www.efpsupply.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');


    &


    define('HTTP_SERVER', 'http://www.efpsupply.com');
    define('HTTPS_SERVER', 'https://www.efpsupply.com');
    define('HTTP_CATALOG_SERVER', 'http://www.efpsupply.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.efpsupply.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');


    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    Again All the HTTP works well if you go move around the site, just when in HTTPS it is erroring a bit
    with missing info and such.

    Thx,
    Erick

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New HTTPS setup

    Looks like it is auto switching...

    What lost info?
    Doing what & where
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2006
    Location
    Boise, ID
    Posts
    334
    Plugin Contributions
    0

    Default Re: New HTTPS setup

    all the links on the left around the site are all http, how to also get those https ?

    how to get it ALL to run in https ?

    Thx,
    Erick
    Last edited by gloerick; 18 Nov 2010 at 03:06 AM.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New HTTPS setup

    all the links on the left around the site are all http, how to also get those https ?
    Those links do not require ssl

    How to get it ALL to run in https ?
    You really don't want this
    ZenCart is smart enough to switch when needed
    Running all under ssl only slows down page loads for your customers
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Feb 2006
    Location
    Boise, ID
    Posts
    334
    Plugin Contributions
    0

    Default Re: New HTTPS setup

    ok,

    onward then, now the SSL is all setup

 

 

Similar Threads

  1. Replies: 3
    Last Post: 27 May 2009, 11:22 PM
  2. Domain Name Mismatch (https:// vs https://www
    By johana.pat in forum General Questions
    Replies: 5
    Last Post: 27 Apr 2008, 04:42 PM
  3. https setup help
    By coastalfog in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 28 Jun 2006, 03:34 AM

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