Title: SSL   Feedburner
Last modified: August 22, 2016

---

# SSL Feedburner

 *  [Reginald](https://wordpress.org/support/users/nicregi/)
 * (@nicregi)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-feedburner/)
 * Hi guys,
 * I have problem with Feedburner as it doesn’t work at all (even after following
   this guide: [http://wordpress.org/support/topic/fully-ssl-enabled-site-ok-wexception-of-feedburner](http://wordpress.org/support/topic/fully-ssl-enabled-site-ok-wexception-of-feedburner))
 * What I have are:
    – Cloudflare Pro – Working SSL – Settings of this plugin are
   all default
 * I copied this into my functions.php:
    function http_feed( $url ) { return str_replace(‘
   [https://&#8217](https://&#8217);, ‘[http://&#8217](http://&#8217);, $url); }
 * add_filter(‘feed_link’, ‘http_feed’, 10);
 * function http_feed_force_ssl( $force_ssl, $post_id = 0, $url = ” ) {
    if ( strpos(
   $url, ‘/feed/’) !== false ) { $force_ssl = false; } return $force_ssl; }
 * add_filter(‘force_ssl’, ‘http_feed_force_ssl’, 10, 3);
 * Error I get: Received HTTP error code 400 while fetching source feed.
 * Original feed: [http://www.smartinternetlifestyle.com/feed/](http://www.smartinternetlifestyle.com/feed/)
   
   Feedburner: [http://feeds.feedburner.com/smartinternetlifestyleblog](http://feeds.feedburner.com/smartinternetlifestyleblog)
   Website: [https://www.smartinternetlifestyle.com](https://www.smartinternetlifestyle.com)
 * I’m so out of idea now. How can I solve this problem?
 * [https://wordpress.org/plugins/wordpress-https/](https://wordpress.org/plugins/wordpress-https/)

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

 *  [Robert Seyfriedsberger](https://wordpress.org/support/users/harmr/)
 * (@harmr)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-feedburner/#post-5195682)
 * Hi,
 * got the same problem – feedburner does not accept SSL in source and I didnt want
   to loose my subscribers.
 * I found the following solution: [https://www.webhostinghero.com/https-source-urls-google-feedburner/](https://www.webhostinghero.com/https-source-urls-google-feedburner/)
   
   unfortunately this did not work for me so I looked for another workaround and
   found this:
 * I created a Yahoo Pipe! ([http://pipes.yahoo.com/](http://pipes.yahoo.com/)) 
   which just takes the feed from my SSL site and I then take the (unencrypted) 
   link to the RSS output from the Yahoo Pipe! as source for feedburner 🙂
 * The first solution would be recommended of course, because you are not dependent
   on Yahoo…
    best,
 * Robert
 *  [Gary Eckstein](https://wordpress.org/support/users/ecksteing/)
 * (@ecksteing)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-feedburner/#post-5195688)
 * Same problem. I’m able to view the feed in a browser and the feed validates at
   [http://validator.w3.org/feed/check.cgi](http://validator.w3.org/feed/check.cgi)
   but Feedburner returns error 400 and Feedly isn’t able to read the feed.
    This
   is driving me nuts! I think I’ll go the same route as you @RobertHarm and use
   Yahoo Pipes.
 *  [Gary Eckstein](https://wordpress.org/support/users/ecksteing/)
 * (@ecksteing)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-feedburner/#post-5195689)
 * Just in case it helps anyone; I created [http://pipes.yahoo.com/pipes/pipe.info?_id=f11f60a302fd04095009722d5381bd34](http://pipes.yahoo.com/pipes/pipe.info?_id=f11f60a302fd04095009722d5381bd34)
   so feel free to clone and use for your needs

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

The topic ‘SSL Feedburner’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Gary Eckstein](https://wordpress.org/support/users/ecksteing/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-feedburner/#post-5195689)
 * Status: not resolved