Thread: SSL Problem

Results 1 to 10 of 126

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: SSL Problem

    Hello All,

    Running into an issue that is driving me crazy!!!
    My SSL is up and running.
    My Site is
    http://www.doggonecaskets.com
    or
    https://www.doggonecaskets.com

    The SSL works, however when i click log-in or goto check-out it stays http: it will not redirect to a secure page (https:) i have hunted through all the code. everything looks alright.

    can anyone shed some light on what my problem might be.

    any help would be great.

    Thanks

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

    Default Re: SSL Problem

    .

    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.

  3. #3
    Join Date
    Feb 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: SSL Problem

    Thanks for the reply,
    but i have edited both includes/configure.php and admin/includes/configure.php

    Admin/includes/configure.php:

    PHP Code:
     define('HTTP_SERVER''http://doggonecaskets.com');
     
    define('HTTPS_SERVER''https://doggonecaskets.com');
     
    define('HTTP_CATALOG_SERVER''http://doggonecaskets.com');
     
    define('HTTPS_CATALOG_SERVER''https://doggonecaskets.com');

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

    PHP Code:
      define('HTTP_SERVER''http://doggonecaskets.com');
      
    define('HTTPS_SERVER''https://doggonecaskets.com');
      
    define('HTTP_CATALOG_SERVER''http://doggonecaskets.com');
      
    define('HTTPS_CATALOG_SERVER''https://doggonecaskets.com');

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

  4. #4
    Join Date
    Feb 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: SSL Problem

    Oops, My Bad.
    Forgot to change the configure.php file permissions.
    Thanks for your help

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

    Default Re: SSL Problem

    1. Remember that the admin and non-admin files DO contain DIFFERENT content, so should NOT be identical. You CANNOT just copy one file to the other, or vice-versa.
    Not saying you did, but what you posted above makes it look like you might be getting close to that.

    2. When you make changes to the files, you need to upload them. And, since the configure.php files are read-only on the server, if you don't make them writable first, then your changes won't be saved. Thus, your site will behave according to the configurations that *are* saved, ie: the enable_ssl settings being false.
    .

    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
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL Problem

    Make certian that the server version is the edited version

    Delete the one on the server first

    Then FTP your edited copy
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Mar 2009
    Location
    Peterborough UK
    Posts
    336
    Plugin Contributions
    0

    Default Re: SSL Problem

    Quote Originally Posted by kobra View Post
    If you are using a private SSL versus a shared SSL and have not hardcoded any of your images (meaning using a relative address) then you need do nothing as Zen Cart will handle this for you.

    If you have hardcoded images convert them to relative links
    Im not sure if i have hard coded any images into my store - TBH I dont think i would know how to do it - but as you know newbies like myself get things done without realizing.

    I have got a comodo ssl cert for my store from hostgator. Everything works fine and the SSL cert kicks into action once someone go's to checkout or tries and logs in. However i have a unsecured item on my page. I believe its the tile_back.gif image

    http://www.ravsappliances.com/includ.../tile_back.gif

    Im not entirely sure but this is what it shows when i click on the padlock in mozilla.

    In mozilla the padlock shows a red explanation mark. In IE when you go to checkout or the login page a pop up window appears asking to display all or only encrypted details.

    Could anyone shed any light on how to fix this please

    thanks

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

    Default Re: SSL Problem

    I just added a zencart test site (gofastfreaks.com) to my new hosting company (ipage.com) I'm trying to configure the shared SSL for checkout but it's not working. I know I must be doing something wrong, just not sure what?

  9. #9
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: SSL Problem

    Hello abs007,

    Check Secured Shopping sidebox - > sm_ccsafe_whborder.gif.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  10. #10
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: SSL Problem

    Hello abs007,

    I had the same problem with Positive SSL Comodo with the open padlock and red "!". Then I upgrade to Instant SSL and that show a close padlock.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

 

 

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 ramblin54321 in forum General Questions
    Replies: 16
    Last Post: 13 Feb 2010, 03:13 AM
  3. SSL Problem
    By Malog in forum Basic Configuration
    Replies: 6
    Last Post: 15 Jul 2008, 05:51 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