views:

30

answers:

1

I have a WCF service that will be configured to use transport security with a certificate. The service will sit behind a load balancer (F5).

The service certificate will be installed on the load balancer which will terminate the SSL session. I understand how to configure this---my question is whether or not I will be able to authenticate the client using the client certificate. Is this possible, or do I have to choose between client certificate authentication or load balancing?

+1  A: 

Check out this Michele Leroux Bustamante article that covers this particular scenario:

http://www.devproconnections.com/article/net-framework2/wcf-and-ssl-processing-load-balancers.aspx

Tanner