Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Customer login SSL not working correctly?

    Your ssl certificate was issued to www.pecasdatransmissao.com and not to just pecasdatransmissao.com

    Change your configure.php files to use the www. in front of the domain.

    Your https pages show no error in IE 8, but they show a broken padlock in Firefox.

    Vger

  2. #12
    Join Date
    May 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    Ok, I just went to both configure files and added the www and still the same problem. I tried just changing it in the includes and then changed it in the admin-includes and both at the same time. Still no luck.

  3. #13
    Join Date
    May 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    Not sure if this makes a difference or not but when I log in to the admin section the ssl works fine. Its on all the time.

  4. #14
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Customer login SSL not working correctly?

    Ok, I just went to both configure files and added the www and still the same problem.
    Does not appear that you were successful in uploading the edited configures

    FTP the one on the server to your local and open it to see that it still does not have the www

    You can either change the permissions on the file, prpbably with your hosts filemanager or use ftp to rename the server copy to something like configure.orig

    Then FTP the edited copy to the server

  5. #15
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    Post this section here please:
    Both of the configure.php files please...

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.pecasdatransmissao.com');
    define('HTTPS_SERVER', 'https://www.pecasdatransmissao.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

  6. #16
    Join Date
    May 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    I changed it back to without the www when I saw it did not work. Ok, so i have now added the www to the configure file and added the www to the cofigue-admin for HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER only.

  7. #17
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Customer login SSL not working correctly?

    I'm not sure why you have an http based javascript pop-up window for the Shopping Cart in the coding of the login page. It's commented out, but not correctly. Try removing this code:

    Code:
    <script language="javascript" type="text/javascript"><!--
    function session_win() {
      window.open("http://www.pecasdatransmissao.com/index.php?main_page=info_shopping_cart","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus();
    }
    //--></script>
    Vger

  8. #18
    Join Date
    May 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    I searched for every instance of this code. There where three. I started with the loging php and deleted every one checking the login page before moving on to the next. Same thing.

  9. #19
    Join Date
    May 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    Well after hours and hours of research and trial and error I finally figured it out.

    I decided to copy the page sources of the log in page and created a test page on the server. I started deleting line by line until I recieved a sercrue log in. The problem was coming for the css file.

    So I decided to start deleting every line until I hit the the one causing the problem. I had an image in the #logoWrapper. I deleted the image information and everything is working. Wooo Hoooooooo!

    Thanks to everyone who replied. I really apreciate it.

  10. #20
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Customer login SSL not working correctly?

    are you sure, I clicked on login and getting the error in Firefox???

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v139h SSL Not Working Correctly
    By debbiegibbons in forum Basic Configuration
    Replies: 8
    Last Post: 13 Apr 2012, 12:39 PM
  2. admin login on shared SSL not pointing correctly
    By shufflenz in forum General Questions
    Replies: 1
    Last Post: 22 Jul 2010, 01:09 PM
  3. Replies: 5
    Last Post: 23 Jun 2010, 12:39 AM
  4. Customer Login and Admin Login not working
    By trudesign in forum General Questions
    Replies: 4
    Last Post: 6 Jun 2007, 04:26 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