c# - How to configure WCF with transport security behind a load balancer -


I have a WCF service which will be configured to use transport protection with a certificate. Service load will sit behind Balancer (F5).

The service will be loaded on the certificate load balancer, which will end the SSL session. I understand how to configure it - my question is whether I am able to authenticate the client using client certificates or not. Is it possible, or do I have to choose between client certification authentication or load balance?

See this article that covers this special scenario:


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -