Thread: ssl problem

Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: ssl problem

    I am with Melanie:

    Fact is, a 256 bit domain validated SSL will cost you $10.00 and there is not reason to mess around with shared SSLs.

    ~Melanie
    also see:

    http://www.zen-cart.com/forum/showthread.php?t=147054

  2. #2
    Join Date
    Feb 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: ssl problem

    My host does not have a ssl manager nor CSR nor CRT. It only has GnuPG. Can you recommend a low cost host that supports zencart with a private ssl?

    In the meantime, I will have the checkout over http since paypal is secure. I was just hoping I could use the shared ssl to make the cusomers able to checkout and enter their registration information over https, I guess it is not possible with a shared ssl in my case.

  3. #3

    Default Re: ssl problem

    Quote Originally Posted by ramblin54321 View Post
    My host does not have a ssl manager nor CSR nor CRT. It only has GnuPG. Can you recommend a low cost host that supports zencart with a private ssl?

    In the meantime, I will have the checkout over http since paypal is secure. I was just hoping I could use the shared ssl to make the cusomers able to checkout and enter their registration information over https, I guess it is not possible with a shared ssl in my case.
    No you can't do SSL on shared hosting nor share someone elses SSL Cert, sorry. But like I said unless you are processing credit cards through a gateway you do not need a SSL to process through PayPal Standard.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: ssl problem

    No you can't do SSL on shared hosting
    Really? Since when can't you use a shared SSL? And with a dedicated IP you can even have a dedicated SSL certificate on a shared host ... at least last I checked.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: ssl problem

    Quote Originally Posted by ecdiscounts View Post
    No you can't do SSL on shared hosting nor share someone elses SSL Cert, sorry. But like I said unless you are processing credit cards through a gateway you do not need a SSL to process through PayPal Standard.
    This statement is actually WRONG.
    Shared ssl url is very possible.
    We offer it on almost all of our accounts

    It isnt as pretty as a dedicated ssl cert but works just as well


    as to not needing one this is technically correct, however the public is programmed that they need to look for the little lock when they enter their personal details.
    Zen cart PCI compliant Hosting

  6. #6
    Join Date
    Feb 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: ssl problem

    A shared ssl should work. Right. So back to my original question, how do I fix the "your session has timed out" when checkout is clicked. The problem only happens when ssl is enabled.

  7. #7
    Join Date
    Feb 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: ssl problem

    I applied this fix from a bug fix that was for php version 4 even though mine is 5.2.12 that was suggested to be put after "regenerate" to originally fix an admin logout problem:
    Code:
    setcookie(
            session_name(),
            session_id(),
            ini_get("session.cookie_lifetime"),
            "/"
         );
    So now instead of a "session expired" error, I get a "browser cannot display the webpage" error. But at least it is putting the https now when clicking on checkout.

    "https://nommos.sslcatacombnetworking.com~revelati/zencart/index.php?main_page=checkout_shipping&zenid=d94cc586b9915b9d95cedd071a3e59d9"

    Looks like I'm making progress with this. Any of you gurus have any ideas to get the page fixed? It could still be a problem with nonsecure items and relative paths, but all my paths are relative as shown in my other post.

    wondering if this line is correct:
    define('DIR_FS_CATALOG', '/home/revelati/public_html/zencart
    some virtual paths have home and some just have /zencart/ ????
    Last edited by ramblin54321; 13 Feb 2010 at 01:35 AM.

  8. #8
    Join Date
    Feb 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: ssl problem

    This code in checkout shipping is where it is stuck.
    Code:
        // validate customer
        if (zen_get_customer_validate_session($_SESSION['customer_id']) == false) {
          $_SESSION['navigation']->set_snapshot(array('mode' => 'SSL', 'page' => FILENAME_CHECKOUT_SHIPPING));
          zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
    Maybe it's a Zencart bug with the link not giving the path to the login file?

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

    Default Re: ssl problem

    Quote Originally Posted by ramblin54321 View Post
    Maybe it's a Zencart bug with the link not giving the path to the login file?
    Nope. Red herring. If it had the wrong path, you wouldn't be sent back to a Zen Cart page.

    Almost all SSL-related issues, including timeouts, are a result of an improperly-installed SSL certificate, or busted cookies in the browser, or busted browser security settings (IE8 is biggest culprit there), or someone has mussed with the session code or has changed the session settings in the admin from their default values.
    .

    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.

  10. #10
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: ssl problem

    No, not a Zen Cart bug or there wouldn't be thousands and thousands of shops operating correctly.

    It is not allowing your to login because your SSL is not right.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. SSL problem
    By redrob in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2012, 08:14 AM
  2. SSL problem
    By Amccoy in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 18 Apr 2009, 12:58 AM
  3. SSL problem
    By sinsister in forum General Questions
    Replies: 3
    Last Post: 30 Dec 2008, 07:00 PM
  4. SSL problem?
    By Nidan1117 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 6 May 2008, 03:33 PM

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