Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Apr 2010
    Location
    Tallahassee, Florida USA
    Posts
    98
    Plugin Contributions
    0

    Default Checkout pages secured?

    I am configuring my SSL. I have secured my admin, and set the "true" setting for my checkout pages being secured, as well.

    Although my admin is now secure (with https in address), simulated transactions do not result in ssl pages at any point throughout the checkout process.

    I suspect this is some simple thing, but other than change my config.php file in my includes, and do not know of any other thing to do in order to secure my checkout pages....

    I appreciate any help......

    vers. 1.3.9a

  2. #2
    Join Date
    Jun 2010
    Location
    Austria
    Posts
    115
    Plugin Contributions
    0

    Default Re: Checkout pages secured?

    Without a URL to test it's tricky to say.

    Normally, changing /includes/configure.php is all you need to do. The key entries are:

    define('HTTPS_SERVER', 'https://www.yourdomain.com'); // note the HTTPS address
    define('ENABLE_SSL', 'true');

    A less common issue is a template which over-rides links with http links. As long as the standard Zen Cart link function is used, you should be fine.

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

    Default Re: Checkout pages secured?

    When you make changes to your configure.php files, remember that those files are normally read-only on the server, meaning no changes will be saved unless you first make the files writable. Then upload the changes and make those files read-only again.
    .

    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.

  4. #4
    Join Date
    Apr 2010
    Location
    Tallahassee, Florida USA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Checkout pages secured?

    I've checked file permissions, and I've modified admin/includes/configure.php and store/includes/configure.php for SSL

    When I go to the login page for admin, there is an https in the address. Same for rest of admin pages.

    When I check out, though, there is no https. in the address. All the way through, including the page where you enter a credit card number.

    Can a page be protected and still not have an https in it's address? How do you check? I want the https. to be there. I want customers to see it.

    Can being in test mode with authorize.net have something to do with this?

    Could GoDaddy have set up the SSL incorrectly?

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

    Default Re: Checkout pages secured?

    Quote Originally Posted by JDog21 View Post
    When I check out, though, there is no https. in the address. All the way through, including the page where you enter a credit card number.
    What about the store login page?
    Quote Originally Posted by JDog21 View Post
    Can a page be protected and still not have an https in it's address?
    No.
    Quote Originally Posted by JDog21 View Post
    Can being in test mode with authorize.net have something to do with this?
    Not at all.
    Quote Originally Posted by JDog21 View Post
    Could GoDaddy have set up the SSL incorrectly?
    Maybe. Wouldn't be the first time.
    But that may have nothing to do with the problem you're reporting.


    How EXACTLY are you going about editing the /includes/configure.php file on your server?
    .

    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
    Apr 2010
    Location
    Tallahassee, Florida USA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Checkout pages secured?

    I figured it out.....

    I simply had to stare at it long enough, and eventually it became visible......

    the define the https parameter had http://myssite.com

    I just had to add an s. https://mysite.com


    My mistake......I'm learning..........


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

    Default Re: Checkout pages secured?

    LOL -- I've done that too. Welcome to the club.
    .

    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.

  8. #8
    Join Date
    Mar 2009
    Posts
    73
    Plugin Contributions
    0

    Default Re: Checkout pages secured?

    I figured it out.....

    I simply had to stare at it long enough, and eventually it became visible......

    the define the https parameter had http://myssite.com

    I just had to add an s. https://mysite.com


    My mistake......I'm learning..........


    We've all done it! It just helps us not to make the same mistake next time..

  9. #9
    Join Date
    Mar 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Checkout pages secured?

    I wondering if anyone can help?

    I have also purchased a dedicated SSL certificate from 1and1 and have tried to follow the steps as described above, (just for admin at the moment). When I now go to admin using Firefox I get the following error message;

    This Connection is Untrusted

    You have asked Firefox to connect
    securely to www.mightcontainnuts.com, but we can't confirm that your connection is secure.


    Normally, when you try to connect securely,
    sites will present trusted identification to prove that you are
    going to the right place. However, this site's identity can't be verified.

    What Should I Do?

    If you usually connect to this site without problems, this error could mean that someone is trying to impersonate the site, and you shouldn't continue.


    Technical Details

    www.mightcontainnuts.com uses an invalid security certificate.

    The certificate is only valid for mightcontainnuts.com.

    (Error code: ssl_error_bad_cert_domain)



    Looking at the error message the different is the missing 'www'. However I am not sure how to fix this or even if the certificate has been set up correctly.

    Here is the relavent section of my admin/includes/configure.php;

    * If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
    */
    define('HTTP_SERVER', 'https://www.mightcontainnuts.com');
    define('HTTPS_SERVER', 'https://www.mightcontainnuts.com');
    define('HTTP_CATALOG_SERVER', 'https://www.mightcontainnuts.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.mightcontainnuts.com');

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


    And lastly the site URL is;

    www.mightcontainnuts.com/store

    Any help much appreciated.

    Barry.

  10. #10
    Join Date
    Jan 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Checkout pages secured?

    Hi Barry

    It looks like either you set up the certificate incorrectly or there is something wrong with the certificate.

    It appears that the certificate is set up for mightcontainnuts.com. If you are going to use the www in the URLs, the certificate needs to be set up for www.mightcontainnuts.com.

    Something is not right with the certificate, because when I change the URL to eliminate the www, I still get the warning message. That could, however, still be related to the certificate being issues for the wrong form of the URL.

    Possible solutions:

    See if 1 & 1 can fix the certificate issue. They many need to re-issue it to use the proper form of the URL.

    or

    Set up the store to use http://mightcontainnuts.com/store/ as the standard URL.

    There is something strange about the images in your site. Most of them are fuzzy and hard to view. The image buttons are also hard to read. It looks like you are over-optimizing the images.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Checkout and other secured pages are not showing as secured
    By davidmay354 in forum General Questions
    Replies: 1
    Last Post: 5 Sep 2012, 08:25 PM
  2. https is not secured in web page, but secured in admin
    By ussefad in forum Basic Configuration
    Replies: 3
    Last Post: 4 Aug 2011, 10:03 PM
  3. Secured pages in zencart
    By tpeck in forum General Questions
    Replies: 4
    Last Post: 19 Jul 2010, 05:04 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