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

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -