Why is our website not secure according to Firefox?
I like to know why does not Firefox consider our https website secure? I cannot find any reason for that.
すべての返信 (4)
What is your website?
What message do you get?
- "Connection is not secure"
- Use this page as a diagnostic for compatibility with their Firefox test machines and also to check for incomplete chain issues: https://www.ssllabs.com/ssltest/
- If this is specific to your Firefox or your environment, try: How to troubleshoot security error codes on secure websites
- Red warning page
- Something else?
Is your site https://www.swede-space.com/ ?
The yellow warning triangle on the gray lock indicates "mixed content," which means an HTTP image was loaded into an HTTPS page. More info: Mixed content blocking in Firefox.
To troubleshoot mixed content issues, try Firefox's Web Console. You can open the Web Console in the lower part of the tab using either:
- "3-bar" menu button > Web Developer > Web Console
- (menu bar) Tools > Web Developer > Web Console
- (Windows) Ctrl+Shift+k
Then reload the page in the upper part of the tab and watch for error or security messages. The long bar at the top next to the funnel icon is a filter bar, so if you type mix into that bar, you'll get the most relevant messages for this issue.
Any time you convert an HTTP site to HTTPS you are going to have growing pains related to mixed content, whether from templates, .css files, or embedded content in posts. The faster you track down and fix those, the more comfortable site visitors will be using your site.
I see this image with an http link You can see the http tooltip if you hover the "Kassalåda 102" image.
<a class="productListItemImg" href="https://www.swede-space.com/produkter/kassalada-102/"> <img alt="http://www.swede-space.com/wp-content/uploads/2015/01/Kassenschublade-102-A-180803.jpg" title="http://www.swede-space.com/wp-content/uploads/2015/01/Kassenschublade-102-A-180803.jpg" src="http://www.swede-space.com/wp-content/uploads/2015/01/Kassenschublade-102-A-180803.jpg" /></a>
This font is loaded via an http link and is blocked:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700,400' rel='stylesheet' type='text/css'>