Recently, we changed our website's SSL protocols to disable SSLv2, v3, and TLSv1.0 - leaving TLS v1.1 and v1.2 enabled.
We noticed that another one of our sides who gets the RSS feed of the said site now has troubles trying to pull the RSS feed from the first site. Before the change, the RSS feeds were working 100% fine.
Is there any reason RSS feeds would stop getting pulled due to the disabled old SSL protocols? I'm not sure why this would happen as I'm not aware of any incompatibility with RSS feeds and the newer TLS protocols.
Our workaround will be to serve the rss feed without SSL, but I'm hoping there's a way we can solve and understand this problem.
The rough set up is :
User => Reverse Proxy => Public Website w/ RSS Feed
Staff => Intranet <=/= Pull Public Website RSS feed