Thread: SSL not working

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SSL not working

    This will make you pretty sad ...

    PHP Code:
    define('DIR_WS_ADMIN''/catalog/admin/');
    define('DIR_WS_CATALOG''/catalog/');
    define('DIR_WS_HTTPS_ADMIN''https://www.universalcutlery.com/catalog/admin/');
    define('DIR_WS_HTTPS_CATALOG''https://www.universalcutlery.com/catalog/'); 
    But changing it to the correct settings will make you much happier ...
    PHP Code:
    define('DIR_WS_ADMIN''/catalog/admin/');
    define('DIR_WS_CATALOG''/catalog/');
    define('DIR_WS_HTTPS_ADMIN''/catalog/admin/');
    define('DIR_WS_HTTPS_CATALOG''/catalog/'); 
    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!

  2. #12
    Join Date
    Oct 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: SSL not working

    yes now i am happy

    Thank you.

    BUT - if i may indulge........why did this happen? I did not put those values in there.

  3. #13
    Join Date
    Nov 2004
    Posts
    31
    Plugin Contributions
    0

    Default Re: SSL not working

    I have setup my site and ssl. The site is working fine except when you go in under https and view the catalog, it reverts back to http until you check out. Is this supposed to happen? If not, how do I make the catalog operate under https. My store is at the root. Here is my configuration for the catalog
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    Even though I don't have a folder that says "catalog" should I put /catalog/?

  4. #14
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: SSL not working

    Its suppose to do that. The cart knows which pages are suppose to be https and which are not. I would leave it alone as forcing the cart to run completely https will mean the search engines will stay away. They don't normally index secure pages.

    No you don't have to put "/catalog/" since your store is in the root "/" is correct.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #15
    Join Date
    Feb 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: SSL not working

    OK, followed this thread and I get this error now.

    Warning: I am able to write to the configuration file: /home/cyclepla/public_html/store/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical). You may need to use your webhost control panel/file-manager to change the permissions effectively. Contact your webhost for assistance.

    file was set to 755 originally, I went to 644, and 444 and it is the same. this happened after I deleted the original includes/configure.php and uploaded the modified one..

    my certificate is https://cycleplayground.com


    Thanks

  6. #16
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: SSL not working

    Must have fixed it, because I'm not seeing the error when I go to your site. Try clearing your Browser cache and see if the error goes away.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #17
    Join Date
    Feb 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: SSL not working

    Well I have tried this from 5 computers on 3 different isps and I get that error on the top of the screen.

    the link is www.cycleplayground.com/store

    I a emailing my host just to see if it is something on there end???

    Thanks in advance if anyone has a solution.

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: SSL not working

    ok I see it now. I didn't know it was in a subdirectory when I went to look. sorry.
    If you have tried to change the permissions using a ftp program and tried using your host control panel and it didn't work then I would wait to see what the Host has to say.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #19
    Join Date
    Feb 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: SSL not working

    Thanks,
    my host fixed it. The permissions would not hold from my login to the cpanel with firefox. The host loged in thru IE/Vista and it held. go figure.....

  10. #20
    Join Date
    Mar 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL not working

    Quote Originally Posted by Ajeh View Post
    This will make you pretty sad ...

    PHP Code:
    define('DIR_WS_ADMIN''/catalog/admin/');
    define('DIR_WS_CATALOG''/catalog/');
    define('DIR_WS_HTTPS_ADMIN''https://www.universalcutlery.com/catalog/admin/');
    define('DIR_WS_HTTPS_CATALOG''https://www.universalcutlery.com/catalog/'); 
    But changing it to the correct settings will make you much happier ...
    PHP Code:
    define('DIR_WS_ADMIN''/catalog/admin/');
    define('DIR_WS_CATALOG''/catalog/');
    define('DIR_WS_HTTPS_ADMIN''/catalog/admin/');
    define('DIR_WS_HTTPS_CATALOG''/catalog/'); 

    thank you...you saved me today!!

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. SSL not working
    By fscproductions in forum General Questions
    Replies: 5
    Last Post: 22 Oct 2010, 04:20 AM
  2. SSL not working
    By jctdake2 in forum Basic Configuration
    Replies: 9
    Last Post: 26 Feb 2009, 06:32 PM
  3. SSL Not working
    By acreativepage in forum General Questions
    Replies: 4
    Last Post: 16 Oct 2008, 09:30 PM
  4. SSL Not working
    By mate2007 in forum General Questions
    Replies: 3
    Last Post: 18 May 2008, 01:52 PM
  5. SSL not working
    By janda3178 in forum General Questions
    Replies: 2
    Last Post: 14 Mar 2007, 02:41 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