I've created a simple WCF client-server application that uses the net.tcp
binding. I'm using SPN's in a domain environment and want to force mutual
authentication via Kerberos by setting the "allowNtlm" property to "false" at
the client. This works exactly as planned when the client and server are on
not on the same system. However, when co-located, the exception is thrown
stating "...remote server did not satisfy the mutual authentication
requirement". Is there a trick to make this work? I've tried practically
every possible option with no success. BTW, the test is run on Server 2003.
binding. I'm using SPN's in a domain environment and want to force mutual
authentication via Kerberos by setting the "allowNtlm" property to "false" at
the client. This works exactly as planned when the client and server are on
not on the same system. However, when co-located, the exception is thrown
stating "...remote server did not satisfy the mutual authentication
requirement". Is there a trick to make this work? I've tried practically
every possible option with no success. BTW, the test is run on Server 2003.
Comment