[wp-trac] [WordPress Trac] #34945: HTTPS webiste with HTTP images
WordPress Trac
noreply at wordpress.org
Wed Dec 9 19:22:00 UTC 2015
#34945: HTTPS webiste with HTTP images
--------------------------+-----------------------------
Reporter: Angristan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.4
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Hi, I am having a bug since I moved my site to HTTPS : every time I am
writing a new article, the images that I put are loaded in HTTP and not
HTTPS (they have absolute HTTP links) so every time I have to make this
SQL request :
{{{
UPDATE wp_posts SET post_content = REPLACE (post_content,
'http://angristan.fr',
'https://angristan.fr');
}}}
And now with the 4.4 update I have a new bug : some images are loaded with
the srcset attribute, but in HTTP... and I can't fix that
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34945>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list