We have a site that we are running behind https - this is the entire site, not just the admin area.
When images are uploaded into the media gallery (stock wp functionality) the images get served from https
However, when an image is uploaded as the book cover, the scaled image gets displayed from http -
To see this issue, on a site that is served from behind https:
1. Upload a cover image for the book
2. Go to the title page
3. Right click on the image and select "Copy Image Location" - the image location is at http
We have already updated the .htaccess to redirect any http requests to https. We have also set the WP_HOME and WP_SITEURL values to
https://sitename.com in wp-config.php
Is this an issue related to pressbooks/wp and how it serves scaled images, or an issue related to server setup around https ?
Thanks for any pointers on this.