Why am I getting a Mixed Content warning?

Modified on Mon, 24 Aug 2020 at 12:08 PM

Occasionally you may get a notice from a browser or company that your site has insecure pages due to a
"mixed content" problem. This is when you have referenced an element using insecure transmission, such as a 3rd party snippet, an image or such that is using HTTP:// rather than HTTPS://


The quickest steps to resolve the issue are to identify the insecure reference, then track it down in your site and change it to HTTPS:// . If it cannot be delivered securely, then you need to either omit it, or find another means to add it to your site such as copying it to your local site folders where it can be referenced securely.


  1. Open the site in a browser such as Chrome or Firefox and browse to a page that is insecure with the mixed content warning. You will note that the browser displays the page as insecure to the left of the URL in the address bar: Firefox exampleChrome example
  2. RIGHT-CLICK on a blank area of the page and choose View Page Source .
  3. In the resulting page that is displayed, pull up the Find bar by clicking Ctrl+F
  4. Search for the text: http:
  5. Click through all instances of http:// references in the Find tool, and note each one.
    NOTE: You can generally ignore <a href="http://..."> types, as those are hyperlinks to other pages, rather than displayed content that causes mixed content warnings.
  6. Copy/Paste any http:// URLs that may be mixed content references to a Notepad text file. An example would be something like:
    src="http://mysite.com/Images/mrfixit.jpg"
  7. Note any tell-tale context around the references that might tell you where it is in your site, such as: header , footer , or other useful keywords.
  8. For may sites, these references are created in TOPIC pages, so access your site admin and go to Content - Manage Topics.
  9. In the Topic Description filter, search for the errant references, such as: http:// mysite.com/Images/mrfixit.jpg , and identify any topics that contain the insecure references.
  10. Edit each Topic for the reference to be https:// and Save
  11. Refresh Store and browse to the insecure pages again to see if you have successfully edited the problem.


NOTE If you cannot identify the source of the insecure reference, please contact the Vortx Help Desk to assist, or your developer if not hosted with Vortx.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article