• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved My https not work every page

Anup Roy

New Pleskian
Hi,
I have a commercial webpage few month ago i convert http to https for better secure, but my every page not work https. Where the problem is anyone can suggest me?Capture.JPG
 
Hi Anup Roy,

but my every page not work https
The site is still served over "HTTPS", otherwise you would not see the URL "https://....."

But you sure want to know, why the "SECURE" ( green bar ) is missing at the described page?
Actually, this is very simple:
Mixed content
The site includes HTTP resources.
Reload the page to record requests for HTTP resources.

Code:
Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/139/'. This content should also be served over HTTPS.
blog.html:223

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/126/'. This content should also be served over HTTPS.
blog.html:240

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/119/'. This content should also be served over HTTPS.
blog.html:263

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/110/'. This content should also be served over HTTPS.
blog.html:284

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/98/'. This content should also be served over HTTPS.
blog.html:310

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/84/'. This content should also be served over HTTPS.
blog.html:323

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/79/'. This content should also be served over HTTPS.
blog.html:339

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/76/'. This content should also be served over HTTPS.
blog.html:350

Mixed Content: The page at 'https://www.clippingpathoutsource.com/blog/blog.html' was loaded over HTTPS, but requested an insecure image 'http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/70/'. This content should also be served over HTTPS.
 
Yes, I want to see Green bar, I am not clear about your solution, please describe easily in a few words.
 
Last edited:
Hi Anup Roy,

there is no solution given with my previous post. I just point you to the fact, that you implemented "HTTP" - sources as for example:
Code:
http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/...

Change the image / feed - URL to "HTTPS" - URLs and you should be fine. ;)
 
Hi Anup Roy,

there is no solution given with my previous post. I just point you to the fact, that you implemented "HTTP" - sources as for example:
Code:
http://feeds.wordpress.com/1.0/comments/clippingpathoutsource.wordpress.com/...

Change the image / feed - URL to "HTTPS" - URLs and you should be fine. ;)
Thanks for your patient.
 
Some of your sites probably still include resources via http://. This is called mixed content, and most browsers won’t show the lock for pages with mixed content. You will have to make sure your site includes all resources via https:// or protocol-relative URLs (e.g. <script src="//example.com/script.js">).
 
The error is because some of your contents in the website is using HTTP protocol instead of HTTPS. Update all URLs to https:// will resolve the issue.
 
Back
Top