Thread: SSL Problem

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default SSL Problem

    I have an SSL via GoDaddy.
    If I enter my address https:tennesseetraditionalflies.com it starts the https:/tennesseetraditionalflies.com

    I added the following in my configure.php files
    // 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', 'https://tennesseetraditionalflies.com');
    define('HTTPS_SERVER', 'https://tennesseetraditionalflies.com');

    However the http:tennesseetraditionalflies.com does not go to https:tennesseetraditionalflies.com

    Does anyone have any ideas what is causing this?

    Feel free to take a look at the website.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: SSL Problem

    Is this in the includes/configure.php or the YOUR_ADMIN/includes/configure.php? Not a good idea to have them both https: in the catalog.

    What have you answered for the
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    Everything seems to be working correctly in the catalog.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: SSL Problem

    The other thing to realize is that ZC is coded to use the applicable HTTPS_SERVER setting at the point(s) where such would be necessary like login, financial information, etc... I understand that https: has been applied possibly to the HTTP_SERVER constant both store and admin side, but generally speaking there is no reason to have the entire store securely served.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: SSL Problem

    Yes that code is in the configure.php

  5. #5
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: SSL Problem

    Are you telling that it is functioning properly?

  6. #6
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: SSL Problem

    GoDaddy SEO reports that it is not protected and it displays all of the http pages as not using SSL.

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: SSL Problem

    Your site is operating properly. Only those pages which require SSL have it. If GoDaddy is looking for SSL on all pages, they don't understand how Zencart works.

  8. #8
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: SSL Problem

    It appears that putting the defines in the configure.php only work on a Windows server. On a Linux server you need to put the redirect in the .HTACCESS file. Refer to the GoDadday article below.

    https://support.godaddy.com/help/art...le=en&ci=46061

    After making the changes it works now.

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: SSL Problem

    Actually, it doesn't. Having the entire site operate under SSL isn't necessary or useful, regardless of what Google is saying. As mentioned, Zencart automatically secures those pages which need it, no redirects needed.

  10. #10
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: SSL Problem

    A little offtopic, but......

    Quote Originally Posted by stevesh View Post
    Having the entire site operate under SSL isn't necessary or useful, regardless of what Google is saying.
    Much to my chagrin, I recently read somewhere that Google have plans to give SSL enabled sites higher rankings than non-SSL sites.

    Has anyone else heard about this?

    Cheers
    RodG

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. SSL problem
    By RCG in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 24 Oct 2009, 03:33 PM
  2. SSL problem
    By MissKafra in forum Installing on a Windows Server
    Replies: 2
    Last Post: 21 Jun 2008, 08:27 PM
  3. SSL problem
    By kinget in forum Basic Configuration
    Replies: 7
    Last Post: 7 Sep 2007, 10:00 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