Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2005
    Posts
    51
    Plugin Contributions
    0

    Default SSL Trouble...Unauthenticated content

    Hi all,
    I have been reading tons of posts on SSL problems. The one that most resembles the problems I am having was from march and was called "Another Partial SSL Encryption". Merlin was working on the problem. I messed around with the configs and the header_html a bit, but still have had no luck resolving the problem. It may have something to do with google analytics script. I removed jscript_google_analytics.php from my template but the script still shows up when I view the page source. I am not sure how to eliminate it to find outt if that is the problem. I sure could use a little help with this problem as I am sure that it is turning away potencial buyers. I am hosted by Vendio. It is not a shared certificate and I am using a dedicated URL. A little guidance would be great.
    Thank you,
    Sean

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: SSL Trouble...Unauthenticated content

    you need to remove the entire google code,


    it should be at the bottom of your tpl_footer page

    or make sure that you have the SSL code
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Sep 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: SSL Trouble...Unauthenticated content

    Hi Merlin,
    I dont see anything that says google in it, but here is the is the code:

    if (!$flag_disable_footer) {
    ?>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr class="footertop">
    <td class="footertop" align="center">&nbsp;|&nbsp;<a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>&nbsp;|&nbsp;</td>
    </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="0" class="footer">
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <tr>
    <td class="footerbottom"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></td>
    </tr>
    <?php
    }
    ?>
    <?php
    if ($banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <tr>
    <td align="center"><div class="banners"><?php echo zen_display_banner('static', $banner); ?></div></td>
    </tr>
    <?php
    }
    }
    ?>
    <tr>
    <td class="footerbottom"><?php echo FOOTER_TEXT_BODY; ?></td>
    </tr>
    </table>
    </td></tr>
    <?php
    if ($banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET6)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <tr>
    <td align="center"><div class="banners"><?php echo zen_display_banner('static', $banner); ?></div></td>
    </tr>
    <?php
    }
    }
    ?>
    <?php
    if (DISPLAY_PAGE_PARSE_TIME == 'true') {
    ?>
    <tr>
    <td align="center"><div>Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div></td>
    </tr>
    <?php
    }
    ?>
    <?php
    } // flag_disable_footer
    ?>
    </table>

    Is this part at the bottom about queries the google code?
    Thanks,
    Sean

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: SSL Trouble...Unauthenticated content

    shoot me the url again
    Zen cart PCI compliant Hosting

  5. #5
    Join Date
    Sep 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: SSL Trouble...Unauthenticated content


  6. #6
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: SSL Trouble...Unauthenticated content

    Ok, look for the google code at the bottom of your tpl_main_page.php
    Zen cart PCI compliant Hosting

  7. #7
    Join Date
    Sep 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: SSL Trouble...Unauthenticated content

    That was the problem. The SSL works perfectly now. Thank you so much. I have another problem that I will be posting shortly. I hope that you get a chance to have look at that one too.
    Thank you again,
    Sean

  8. #8
    Join Date
    Nov 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: SSL Trouble...Unauthenticated content

    I'm very sorry if I've put my message in the wrong place but I did find this page dealing with my problem.
    I also have a warning: contains unauthenticated content on my checkout page.
    I'm not sure what to do about it or what the problem is. I would appreciate it greatly if someone could share an idea or a place to look to solve this.
    my website is www.windlewood.com

    Thanks a bunch!
    Lenae

 

 

Similar Threads

  1. Blank side box & SSL Unauthenticated content
    By Green333 in forum Basic Configuration
    Replies: 7
    Last Post: 12 Aug 2010, 01:54 AM
  2. SSL Issue: warning: "contains unauthenticated content" in FF
    By edmore in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Aug 2009, 10:40 AM
  3. Process for troubleshooting SSL unauthenticated content issues?
    By Mark Kidd in forum General Questions
    Replies: 9
    Last Post: 8 Jan 2009, 03:09 AM
  4. Warning Contains Unauthenticated Content
    By bumba000 in forum General Questions
    Replies: 3
    Last Post: 1 May 2008, 09:22 PM
  5. Ssl Problem - get "warning: contains unauthenticated content"
    By StrictlyAutoParts in forum Basic Configuration
    Replies: 14
    Last Post: 4 Feb 2008, 06:13 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