Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default partially encrypted login SSL - v1.3.8, using proxy server

    Hi There,

    My Login page is partially encrypted I double checked for any hot links but none.

    https://www.sportslabstores.com.au/i...ain_page=login

    It is sitting in a Linux Centos machine. my Virtualhosting settings also seems to be fine.

    Could someone advice me on what I am doing wrong.

    Thanks.

  2. #2
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: partially encrypted login SSL

    Hi There,

    I went through zencart forums and did the SSL test. Could some one please explain me the issue with the result i have bellow.

    Array
    (
    [HTTP_HOST] => www.sportslabstores.com.au
    [HTTP_X_REAL_IP] => 203.XXXX.XXXX.XXXX
    [HTTP_X_FORWARDED_FOR] => 203.XXX.XXXX.XXXX
    [HTTP_CONNECTION] => close
    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    [HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
    [HTTP_ACCEPT_ENCODING] => gzip, deflate
    [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
    [HTTP_COOKIE] => zenid=eh4ege89uqf75js83s7fc7ntq3; __utma=51135595.1869370263.1312875994.1312875994.1312875994.1; __utmb=51135595.3.10.1312875994; __utmc=51135595; __utmz=51135595.1312875994.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); zenAdminID=kqnjjikhlrjkn79hk50ckg75k6
    [PATH] => /sbin:/usr/sbin:/bin:/usr/bin
    [SERVER_SIGNATURE] =>
    Apache/2.2.3 (CentOS) Server at www.sportslabstores.com.au Port 80


    [SERVER_SOFTWARE] => Apache/2.2.3 (CentOS)
    [SERVER_NAME] => www.sportslabstores.com.au
    [SERVER_ADDR] => 202.XXX.XXXX.XXXX
    [SERVER_PORT] => 80
    [REMOTE_ADDR] => 186.XXX.XXXX.XXXX (Proxy IP)
    [DOCUMENT_ROOT] => /var/www/sportslab01ADV/htdocs
    [SERVER_ADMIN] => [email protected]
    [SCRIPT_FILENAME] => /var/www/sportslab01ADV/htdocs/ssltest.php
    [REMOTE_PORT] => 20849
    [GATEWAY_INTERFACE] => CGI/1.1
    [SERVER_PROTOCOL] => HTTP/1.0
    [REQUEST_METHOD] => GET
    [QUERY_STRING] =>
    [REQUEST_URI] => /ssltest.php
    [SCRIPT_NAME] => /ssltest.php
    [PHP_SELF] => /ssltest.php
    [REQUEST_TIME] => 1312881030
    )


    SSL is configured at the proxy server.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: partially encrypted login SSL

    When did this problem suddenly start?
    .

    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.

  4. #4
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: partially encrypted login SSL

    Hi Dr,

    We moved to a dedicated host recently and got a SSL certificate as well for the first time. The site us sitting behind a proxy server which handles traffic(to prevent DDOS). we had tat kind of attack recently.

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

    Default Re: partially encrypted login SSL

    Can you get your server admin to have the HTTP_X_FORWARDED_BY or HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_SSL set, instead of just HTTP_X_FORWARDED_FOR ?
    .

    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
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: partially encrypted login SSL

    Hi Dr,

    Protocol detected: SSL

    Array
    (
    [HTTP_HOST] => www.sportslabstores.com.au
    [HTTP_X_REAL_IP] => 203.xxx.xxx.xxx
    [HTTP_X_FORWARDED_FOR] => 203xxx.xxx.xxx
    [HTTP_X_FORWARDED_SSL] => on
    [HTTP_X_FORWARDED_HOST] => www.sportslabstores.com.au

    [HTTP_X_FORWARDED_BY] => 186.xxx.xxx.xxx:443
    [HTTP_CONNECTION] => close
    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    [HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
    [HTTP_ACCEPT_ENCODING] => gzip, deflate
    [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
    [HTTP_COOKIE] => zenid=d9ou11oo1bkpnmko19ib1tkn82; __utma=51135595.1385534463.1312932176.1312932176.1312943093.2; __utmc=51135595; __utmz=51135595.1312932176.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmb=51135595.2.10.1312943093
    [PATH] => /sbin:/usr/sbin:/bin:/usr/bin
    [SERVER_SIGNATURE] =>
    Apache/2.2.3 (CentOS) Server at www.sportslabstores.com.au Port 80


    [SERVER_SOFTWARE] => Apache/2.2.3 (CentOS)
    [SERVER_NAME] => www.sportslabstores.com.au
    [SERVER_ADDR] => 202.xxx.xxx.xxx
    [SERVER_PORT] => 80
    [REMOTE_ADDR] => 186.xxx.xxx.xxx
    [DOCUMENT_ROOT] => /var/www/sportslab01ADV/htdocs
    [SERVER_ADMIN] => [email protected]
    [SCRIPT_FILENAME] => /var/www/sportslab01ADV/htdocs/sectest.php
    [REMOTE_PORT] => 24009
    [GATEWAY_INTERFACE] => CGI/1.1
    [SERVER_PROTOCOL] => HTTP/1.0
    [REQUEST_METHOD] => GET
    [QUERY_STRING] =>
    [REQUEST_URI] => /sectest.php
    [SCRIPT_NAME] => /sectest.php
    [PHP_SELF] => /sectest.php
    [REQUEST_TIME] => 1312946601
    )

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: partially encrypted login SSL

    Great! Glad they were able to help you get it working by tweaking the server's proxy config.
    .

    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.

  8. #8
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: partially encrypted login SSL

    Hi Dr

    But still my login page has problems. What I am doing wrong.

    https://www.sportslabstores.com.au/i...ain_page=login

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

    Default Re: partially encrypted login SSL

    What Zen Cart version?
    .

    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
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: partially encrypted login SSL

    v 1.3.8a. Unfortunately I cannot update this at the moment.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. SSL issue - connection partially encrypted
    By pquesinb in forum General Questions
    Replies: 8
    Last Post: 5 Dec 2010, 11:49 PM
  2. SSL only partially encrypted after certificate renewal
    By styledata in forum Basic Configuration
    Replies: 7
    Last Post: 11 Aug 2010, 05:38 PM
  3. SSL connection PARTIALLY encrypted
    By deepanvee in forum General Questions
    Replies: 7
    Last Post: 31 Jan 2010, 10:26 AM
  4. SSL only partially encrypted
    By jelliebean425 in forum General Questions
    Replies: 0
    Last Post: 24 Apr 2008, 05:32 AM
  5. Replies: 24
    Last Post: 11 Aug 2007, 06:23 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