Thread: SSL Issue

Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: SSL Issue

    THanks Vger, thats what I thought.

    I was aware of the Ajax link and was getting to that

    I thought the images were a problem as they are being reported in the media tab of firefox (after clicking on the padlock)


    Hmmm.. maybe its just reporting the images being that are shown on the page - not that they are the culprits?

    Ill try taking out the external links first and report back.

  2. #2
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: SSL Issue

    Taking out those links worked. Thank you.

    Its interesting though, as our current live store with the same SSL cert has links to youtube etc and the checkout procedure is not breaking there... for example;

    https://www.crushcosmetics.com.au/index.php

    Note the youtube and twitter icons have external links.

  3. #3
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: SSL Issue

    I solved the problem of my external links not being in 'https' (and getting the broken padlock)

    I created a php redirect to another secure page on my site, from this page, it then leaves the site entirely and doesnt break the SSL session.

    E.G; Twitter image - link is; https://www.crushcosmetics.com.au/jump_twitter.php

    On the 'jump twitter' page I have a simple redirect;

    PHP Code:
    <?php
    header
    'Location: http://twitter.com/crush_cosmetics' ) ;
    ?>

 

 

Similar Threads

  1. SSL issue
    By ticoantina in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 20 Jul 2006, 02:39 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