admin管理员组

文章数量:1023764

This is my website /

After installing ssl certificate images won't show or show as missing.

I have updated almost all the urls to https but the problem insists.

Any ideas?

This is my website https://thequintessentialmind/

After installing ssl certificate images won't show or show as missing.

I have updated almost all the urls to https but the problem insists.

Any ideas?

Share Improve this question asked Jul 14, 2017 at 20:45 AndrilioAndrilio 391 gold badge2 silver badges5 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 1

I suppose you have Adaptive Images plugin installed?

The author suggests for now:

Can you check if the urls in your admin Settings > General page do contain the “https” instead of “http”? They should contain the “https” and (sorry about this inconvenience) you need to update your Adaptive Images settings one more time after this.

Also, for a proper and complete migration from HTTP to HTTPS, I would advice performing a url rewrite in your database, which will replace each and every url of your domain from “http” to “https”.

But this is a fresh problem so there's a possibility that this solution will not work 100%, so I recommend to watch that thread. You can also disable this plugin until this problem is fixed by the author and maybe that will solve your problem for now.

That is due to the fact that the images were uploaded in a non-ssl environment. Thus, in the database, that is the reference. If you look at the URL in the media library, you will see that they are a http:// and not https://

There is a plugin that fixes the problem, Really Simple SSL by Rogier Lankhorst
Delete the image files and re-upload with a slightly different image name.

I have done both methods, depending on the development state of the site.

Changing it in the wp-config.php helped me, so now I can see images after changing to https.

This is my website /

After installing ssl certificate images won't show or show as missing.

I have updated almost all the urls to https but the problem insists.

Any ideas?

This is my website https://thequintessentialmind/

After installing ssl certificate images won't show or show as missing.

I have updated almost all the urls to https but the problem insists.

Any ideas?

Share Improve this question asked Jul 14, 2017 at 20:45 AndrilioAndrilio 391 gold badge2 silver badges5 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 1

I suppose you have Adaptive Images plugin installed?

The author suggests for now:

Can you check if the urls in your admin Settings > General page do contain the “https” instead of “http”? They should contain the “https” and (sorry about this inconvenience) you need to update your Adaptive Images settings one more time after this.

Also, for a proper and complete migration from HTTP to HTTPS, I would advice performing a url rewrite in your database, which will replace each and every url of your domain from “http” to “https”.

But this is a fresh problem so there's a possibility that this solution will not work 100%, so I recommend to watch that thread. You can also disable this plugin until this problem is fixed by the author and maybe that will solve your problem for now.

That is due to the fact that the images were uploaded in a non-ssl environment. Thus, in the database, that is the reference. If you look at the URL in the media library, you will see that they are a http:// and not https://

There is a plugin that fixes the problem, Really Simple SSL by Rogier Lankhorst
Delete the image files and re-upload with a slightly different image name.

I have done both methods, depending on the development state of the site.

Changing it in the wp-config.php helped me, so now I can see images after changing to https.

本文标签: After installing ssl certificate images won39t show