I noticed that on my settings page it says
The URL to your sitemap index file is: https://
But the sitemap (and sub-sitemaps) are at https:// and link to the https:// versions.
I have wp-config.php
define('FORCE_SSL_ADMIN', true);
Settings>General
WordPress Address (URL) https://
Site Address (URL) https://
and a 301 redirect in my .htaccess
from https://
to https://
So it works for me as I want https:// everywhere
-
This reply was modified 6 years, 11 months ago by paulzag. Reason: added code tags