Force non-ssl on WordPress RSS feeds in htaccess, using cloudflare

Ok, I must confess that right now I am feeling like this.

I think I might found a solution. I had the exact same problem and all I had to do was to add a page rule in my CloudFlare config.

Create a new page rule like this:

http://*.domain.com/feed/*

And set “SSL” to “Off”, and make it the first rule.

And that’s it. After cleaning cache it will be working like a charm. At least it did for me!