Now I know this might seem like a stupid question BUT. I want to ensure that all of our website is listed with a Green bar in IE.
If I look at the home page.IE have a green bar. https://www.enhansoft.com/
Great so far. Now as I browse between pages, some will stay green and other will not. For example https://www.enhansoft.com/product/enhanced-web-reporting
Based on my research, the reason it is not green, is because something on the page is not from our website. Ok, fine, but exactly what?
So my question is, are there any webmaster type tools that will tell me exactly what is not right and therefore I can work on fixing those issues?
Solved! Go to Solution.
You probably have links in your code that point to "http://" instead of "https://"
Visit your site using Chrome. Click "More tools" on your browser and then "Developer tools". Or "<Control><Shift> I" (thats "eye", not "one")
In developer tools you'll be able to see the links in your code that are http. You'll need to change these to https to get rid of the error. Whoever you're pointing to will need to support https (obviously)
I think the reason the ssl may not be working is due to some items in your site that are not being loaded securely. The solution is to add these images to your site and have them load from within rather than from. (http://workspacefile.net). The ssl does appear to be working otherwise as shown here.
https://www.sslshopper.com/ssl-checker.html#hostname=https://store.crownbio.com/
Here are the links I found
http://workspacefile.net/crownbio/wp-content/themes/crownbio/images/angletip-right.png
http://workspacefile.net/crownbio/wp-content/themes/crownbio/images/angletip-left.png
http://workspacefile.net/crownbio/wp-content/themes/crownbio/images/ico-search.png
On a side note, did you know that your logo takes your visitors to the non secure version of your site?
Purchased SSL, installed it, -Problem: in the url box Fire fox shows https but has a caution symbol by it.and says "Parts of this page are not secure"
Google shows https: but says "attackers might be able to see the images you are looking at and trick you..."
Microsoft Edge - when first typing url it shows https:, but when it goes to the site it just shows the site name with no https:
What do you think
bud
i have my wordpress site setup on http://store.crownbio.com/. I got SSL setup on this but still not working.
I think the reason the ssl may not be working is due to some items in your site that are not being loaded securely. The solution is to add these images to your site and have them load from within rather than from. (http://workspacefile.net). The ssl does appear to be working otherwise as shown here.
https://www.sslshopper.com/ssl-checker.html#hostname=https://store.crownbio.com/
Here are the links I found
http://workspacefile.net/crownbio/wp-content/themes/crownbio/images/angletip-right.png
http://workspacefile.net/crownbio/wp-content/themes/crownbio/images/angletip-left.png
http://workspacefile.net/crownbio/wp-content/themes/crownbio/images/ico-search.png
You probably have links in your code that point to "http://" instead of "https://"
Visit your site using Chrome. Click "More tools" on your browser and then "Developer tools". Or "<Control><Shift> I" (thats "eye", not "one")
In developer tools you'll be able to see the links in your code that are http. You'll need to change these to https to get rid of the error. Whoever you're pointing to will need to support https (obviously)
I have just installed the ssl certificate from godaddy on my wordpress website through cpanel, but the green bar and lock are not appearing when the website loads.
The website is https://www.mastbalak.com
When you open it, the green bar flashes for a nanosecond and then disappears. What's the issue here ?