Fixing Mixed Content Errors

Mixed-content errors occur when content that is not secure is displayed on a page that is secure. For end users, this appears as a pop-up notification in their browser with scary-sounding terms about page safety.

mixed-content-ssl-error.png

Site Admins can eliminate these errors by finding whatever content on a given page is causing the error, and editing the code for that content so that it's displayed securely along with the rest of the page.

For Finalsite site administrators, the fix for a mixed-content error is to:

  1. Navigate to the page that’s throwing the error.
  2. Find the content that’s being served over an HTTP connection. (If you’re having trouble tracking down the source of the mixed-content error, online tools such as www.whynopadlock.com can help zero in on the cause.)
  3. In Composer mode, open the element that contains the non-secured content.
  4. Edit the element's content in HTML mode.

    2017-07-24_07-58-44.png

  5. Change the link to the non-secure content so that it looks like this: “//domain.com/some/folder/path” rather than like this: “http://domain.com/some/folder/path”.

Removing the “http:” entirely and just leaving “//” will force that content to load using the site’s default encryption, which will remove the disparity between the page and the embedded content.

Was this article helpful?
1 out of 2 found this helpful

Comments

0 comments

Please Sign in to leave a comment if you don't see the comment box below.