Title: CloudFlare Flexible SSL making Sitemap https
Last modified: August 30, 2016

---

# CloudFlare Flexible SSL making Sitemap https

 *  Resolved [blindpet](https://wordpress.org/support/users/blindpet/)
 * (@blindpet)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cloudflare-flexible-ssl-making-sitemap-https/)
 * I have enabled flexible ssl with CloudFlare so I can use wp-admin with https.
   Unfortunately this has changed my sitemap to use https instead of http.
 * The site and home url are set to http in wp-config.php
 * Please tell me how to change it back or add an option to force http or https 
   in the yoast plugin.
 * [https://wordpress.org/plugins/wordpress-seo/](https://wordpress.org/plugins/wordpress-seo/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [blindpet](https://wordpress.org/support/users/blindpet/)
 * (@blindpet)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cloudflare-flexible-ssl-making-sitemap-https/#post-6695766)
 * I fixed this myself, there should really be an option to do this in the plugin
 * Replace htpcguides.com with your desired home and siteurl
 * In MySQL or phpadmin
 *     ```
       update wp_options set option_value='http://www.htpcguides.com' where option_name='siteurl';
   
       update wp_options set option_value='http://www.htpcguides.com' where option_name='home';
       ```
   
 *  [AskKim](https://wordpress.org/support/users/askkim/)
 * (@askkim)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/cloudflare-flexible-ssl-making-sitemap-https/#post-6695779)
 * Thank you blindpet, we appreciate you sharing that information.
 * ~ Kim ~
    Support at Yoast

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CloudFlare Flexible SSL making Sitemap https’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 2 replies
 * 2 participants
 * Last reply from: [AskKim](https://wordpress.org/support/users/askkim/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/cloudflare-flexible-ssl-making-sitemap-https/#post-6695779)
 * Status: resolved