This is probably no longer an issue but on one of those ancient 4.5 sites running on load balancing, forcing SSL messed up with distributed calls with an "Error refreshing a node in the distributed list" message related to the redirection of cacheRefresher.asmx
In case this helps someone still dealing with legacy Umbraco sites, our solution was to setup 2 URL rewrite rules:
Distributed Calls and SSL
This is probably no longer an issue but on one of those ancient 4.5 sites running on load balancing, forcing SSL messed up with distributed calls with an "Error refreshing a node in the distributed list" message related to the redirection of cacheRefresher.asmx
In case this helps someone still dealing with legacy Umbraco sites, our solution was to setup 2 URL rewrite rules:
This allowed calls cacheRefresher.asmx to continue responding on HTTP and therefore to work.
is working on a reply...