We are using the F5 to perform load balancing. When using SSL bridging instead of termination, we generally use a wildcard on the front-end and a regular SSL cert on the HTTPS backend.
However, there's some belief among some colleagues that, for some applications like MS Exchange, we have to use the same private key in the backend and the load balancer.
I can't wrap my head around how the backend is able to check that what private key the load balancer used. I checked F5's documentation but cannot find anything relevant.
Can someone help me understand?
Update 1: I started with a strong suspicion that this is a misrepresentation of what is actually happening despite the accounts of a couple of colleagues. That suspicion has now been reaffirmed by others. I'll update when I find something conclusive. If anyone else has an idea, please submit.
Update 2: For VMware Horizon, I found a KB article explaining the error received when the certificates do not match. Can I conclude from this that Horizon is doing is implementing it's own check by comparing fingerprints in its protocol?