Header Images Pulling via HTTP yet Media Gallery shows URL is HTTPS
-
URL: https://www.keithrothra.com
When I have no header image, the site show secure. However, when I add a header image via Customizer, Chrome tells me that there is mixed content from that header image (using Chrome DevTools).
I’ve done all I can think of and nothing works. In the htaccess file I have this:
RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.keithrothra.com/$1 [R=301,L]
In the WP General settings I have “https” for both the WordPress Address and Site Address. As stated, when I look at the image via the Media section, the URL of the image shows https.
I also use Moesia on my site (www.johnrothra.com) and don’t have this problem. I’ve tried comparing settings, but don’t see any difference, so I’m baffled.
To test if there was a cache problem I cleared all caches and cleared my browser history: no change. I also tried uploading a new image but it did the same thing: was pulled by the theme via unsecure protocols.
Ideas?
- The topic ‘Header Images Pulling via HTTP yet Media Gallery shows URL is HTTPS’ is closed to new replies.