Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Mar 2004
    Posts
    16,019
    Plugin Contributions
    5

    Default Re: SSL is on, but http:// login page does not redirect to https://

    what compliance scanner are you using?
    we have MANYYYYYYYY users that have passed their PCI Compliance scans without this issue

  2. #12
    Join Date
    Oct 2004
    Location
    Montana
    Posts
    52
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    Some customers also look at the address bar to see if they are on an https site. I know I do.

    So, it's pretty easy to change the customer login URL to https

    in includes\templates\your-template\sideboxes\tpl_shopping_cart.php find the line

    <a href="<?=HTTP_SERVER.DIR_WS_CATALOG?>index.php?main_page=login">Login</a>

    and change the HTTP to HTTPS

    <a href="<?=HTTPS_SERVER.DIR_WS_CATALOG?>index.php?main_page=login">Login</a>

  3. #13
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    Changing the code is NOT the way to do things - you need to get your HTTP and HTTPS working correctly and Zen Cart will make the switch automatically when it is needed.
    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.

  4. #14
    Join Date
    Oct 2004
    Location
    Montana
    Posts
    52
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    But, the customer login page is not https, and this will affect conversion rates. What do you suggest?

  5. #15
    Join Date
    Sep 2008
    Location
    Toronto
    Posts
    35
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    i have the same issue, i followed all the instructions in the tutorial to enable ssl, and ssl is correctly installed i checked with the hosting provider and the ssl provider but the login page and the admin area doesn't go to https automatically. When i type in https myself it works just fine but not when the customer clicks on login.

    Did anyone fine the solution for this problem??

  6. #16
    Join Date
    Mar 2011
    Posts
    49
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    Hi I can t see there was ever asolution to this is there one that I can try I have soent hours transferring my store to another hosting so I could have SSL cert and now the damn thing dosnt work - I have folllowed thed the tut and changet the 3 config files but it doent seem to want to work when I click in login it goes to http not https

    any advice Please
    Chrissie

    keepsakes-by-design.co.uk

  7. #17
    Join Date
    May 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    Quote Originally Posted by rugersmum View Post
    Hi I can t see there was ever asolution to this is there one that I can try I have soent hours transferring my store to another hosting so I could have SSL cert and now the damn thing dosnt work - I have folllowed thed the tut and changet the 3 config files but it doent seem to want to work when I click in login it goes to http not https

    any advice Please
    Chrissie

    keepsakes-by-design.co.uk

    There is no solution for my issue. My host has a server setup that doesnt allow communication with Zencart. According to my host it's "a Zencart problem".

    When I told them that I have never had this problem before, setting up probably close to 15 ZenCart shops, they just ignored me.

    What I had to do was manually hardcode all the SSL pages.


    // Peter

  8. #18
    Join Date
    May 2010
    Posts
    62
    Plugin Contributions
    0

    Default Re: SSL is on, but http:// login page does not redirect to https://

    My admin login was going to https just fine, but the customer login link was going to http, rather than https, even though I had set both configure.php files according to the zen tutorial.

    Using the file manager on my host system, I found that the file permission on the includes/configure.php file was set to read only (444). I set it to 644 for read/write, uploaded the configure.php file again. Problem solved. Then I changed it back to read only (444).

    I hope this helps someone.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 1
    Last Post: 3 Sep 2008, 07:48 AM
  2. HTTP vs HTTPS Log In Page Fieldset Floatbox
    By Sweet ZouZou in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Dec 2007, 07:11 PM
  3. Admin login with https but refreshes http?
    By dnuttall in forum Basic Configuration
    Replies: 5
    Last Post: 10 Feb 2007, 08:46 PM

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
  •