views:

137

answers:

0

I have setup a vanilla .net remote endpoint. It is behind a load balancer that handles SSL traffic so all the server side endpoint sees is plain old TCP traffic. The client configuration needs to be set up to connect to the load balancer over SSL.

The whole point of this exercise is to remove IIS from the technology stack.

What should the client configuration be? or is this even possible?