We have many WCF services on servers that are load balanced. Lets say:
Balancer.domain.com
- server1.domain.com (2012R2)
- server2.domain.com (2012R2)
WCF1 references WCF2.
There is no prob with calling except situations when:
client calls balancer.domain.com/WCF1 that calls balancer.doman.com/WCF2
When the balancer eventually resolves the call like:
server1.domain.com/WCF1 -> server1.domain.com/WCF2 (call to same server)
The connection is always refused with 401.2
So far no solution found except direct referencing serverX addresses in WCFx configs (omitting balanced addresses).
Can under these circumstances help setting registry - BackConnectionHostNames ?
If so, what is the correct formulation for each serverX, please? (since it is massively called production env. I'd like to have solid confirmations before any registry changes)