Thread: ssl warnings

Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Posts
    27
    Plugin Contributions
    0

    Default ssl warnings

    Hi

    I have got my site on a shared server. I am using a shared ssl certificate. I will be moving the site shortly to a dedicated server but for the minute I am stuck with this.

    I have installed google recaptcha, cookie control, image handler, super data and zen lightbox.

    When I go to a secure page I get an error regarding unsecure content. I have looked through the forum and googled until my head spins, but can't worked out where the problem is

    My contact us page is

    https://fusion.webfusion-secure.co.u...age=contact_us

    I have checked this in IE, Chrome and Firefox.

    Any help with solving this would be appreciated.

    Thanks

    Mike

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: ssl warnings

    I didn't get a problem going to that page (when I tried), but basically you are looking for situations where there is mixed content on your page(s). This often occurs if on a secure page and there is an image with a link to an insecure location: srv="http:

    This can be seen/found by viewing the source of the page, then searching for http: the solution is either to present the uri with the method used to call the page ($request_type is the variable that helps identify that situation) or to make calls that reach an outside server by use of "//servername.extension/path-to-image/image".

    There are a few other cases that will cause this issue, but should check for those first. Sorry I couldn't do the search myself, but the device I am on is not cooperating. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Feb 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: ssl warnings

    Hi

    Many thanks for the reply.

    I have solved the problem, but I'm not sure how or why. I had started to install the css js module to use minify. But I had not activated it. I have just taken the script out of html_header.php and the error message has gone. With the script in place it was loading all the css and js twice, I hadn't got round to producing the loader yet, hence why I hadn't activated it.

    Thanks

    Mike.

 

 

Similar Threads

  1. security warnings about images (SSL links)
    By Muzz in forum General Questions
    Replies: 6
    Last Post: 26 Aug 2010, 06:09 AM
  2. Replies: 19
    Last Post: 20 Nov 2009, 11:33 PM
  3. Just added SSL. IE throws warnings. FF doesn't.
    By stiggy100 in forum General Questions
    Replies: 1
    Last Post: 29 Oct 2009, 04:34 AM
  4. cURL SSL Support - warnings when installing on GoDaddy
    By raceroffroad in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 24 Mar 2008, 05:09 AM
  5. Image URLS & SSL warnings
    By inovermyhead in forum General Questions
    Replies: 2
    Last Post: 23 Mar 2007, 07:14 PM

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