Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2011
    Posts
    10
    Plugin Contributions
    0

    Default What files do I move into secure folder for SSL/HTTPS protection?

    Hello all,

    I bought my dedicated SSL certificate - RapidSSL for $25 a year for www.citeaherbal.com

    I updated the DNS records and it's ready to go.

    I've looked at this tutorial: https://www.zen-cart.com/tutorials/index.php?article=14 - I even tried it but got tripped up when I went to test it and got that shopping_cart file could not be found, I assume because there is nothing yet in the secure folder or secure-cgi folder in my root directory.

    But the tutorial does not tell you what files to put in the secure folder.

    Do I put ALL my files in there instead of public? I'm missing something!

    Thanks for the help!
    -Dominick

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    You must have just missed something when editing your configure files, as you don't move ANY file to get your SSL to work.

    In includes/configure.php, use settings as shown below:

    Code:
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      define('HTTP_SERVER', 'http://www.your_site.com');
      define('HTTPS_SERVER', 'https://www.your_site.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    In admin/includes/configure.php use settings as shown below:

    Code:
      define('HTTP_SERVER', 'http://www.your_site.com');
      define('HTTPS_SERVER', 'https://www.your_site.com');
      define('HTTP_CATALOG_SERVER', 'http://www.your_site.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.your_site.com');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    That's all there is to it. If it still doesn't work, contact your hosting provider to make sure you have a DEDICATED IP Address, AND that your cert is installed correctly on the server.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    yeah, you dont move any, ssl is a mirror of your public http.

    I had a problem too, it was the hosts fault tho, and they fixed it and my site worked fine, try turning off SSL in installation, see if that works, then edit configure.php to set it to ssl when you know it is working.

  4. #4
    Join Date
    Jan 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    Thanks for the responses!

    I have a question about my DNS A records. I had a blank A record (instead of a www A record) with my old IP address. And then I was given the new IP address by RapidSSL. I tried updating the blank A record and it didn't work. I put a www A record instead and that worked. I changed all the configure things to www.citeaherbal.com. Maybe I need to change back to the blank A record with the new IP address? When I go to edit the settings do I need to put citeaherbal.com instead of www.citeaherbal.com?

    Thanks for the help!
    Can you tell I'm confused? ;-)

    -Dominick

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    You should really talk to your hosting company about that.
    .

    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.

  6. #6
    Join Date
    Jan 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    According to them, SSL and the certificate is installed properly. Here's what they keep telling me:

    alecm: As I have said you did not upload it to /secure folder
    alecm: that is why you receive the error

    This is the error I'm getting:

    https://www.citeaherbal.com/index.php?main_page=login



    What next?
    Thanks for the help!

    Dominick

  7. #7
    Join Date
    Jan 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    My site is even checking out at RapidSSL:

    https://knowledge.rapidssl.com/suppo...ewlocale=en_US

    Hmmph,
    1nfinity

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    Your site does not appear to work even when not trying to use a secure page ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Jan 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    Oy!

    You mean https://www.citeaherbal.com doesn't work? Yes, why would that be?

    Could it be my DNS records?

    ,
    Dominick

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: What files do I move into secure folder for SSL/HTTPS protection?

    I would contact your hosting company and see what the problem is ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Putting all files from catalog folder straight into public_html folder!
    By Man from Mars in forum General Questions
    Replies: 4
    Last Post: 12 Mar 2016, 02:29 AM
  2. Enabling use of shared SSL cert. requires files moved to "secure" folder
    By JS938 in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 3 Jun 2010, 03:35 PM
  3. How do I move all of my Zen Cart files into a deeper folder?
    By garrettxvx in forum General Questions
    Replies: 6
    Last Post: 20 Jun 2009, 02:19 PM
  4. Redirecting to HTTPS SSL secure page?
    By CMYK in forum Basic Configuration
    Replies: 4
    Last Post: 18 Apr 2008, 07:16 AM
  5. Which files do I need to move for SSL
    By nickita in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 17 Apr 2007, 04:28 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