WCF and Wildcard Certificates with NetTcp binding
Asked Answered
R

0

7

I have a self hosted WCF service using a NetTcp binding and TransportWithMessageCredential security with a wildcard cert (*.company.com) as the service certificate.

The client address of the server is (ServerName.company.com) I get the following error when a service call is made:

Identity check failed for outgoing message. The expected DNS identity of the remote endpoint was 'ServerName.company.com' but the remote endpoint provided DNS claim '*.company.com'. If this is a legitimate remote endpoint, you can fix the problem by explicitly specifying DNS identity '*.company.com' as the Identity property of EndpointAddress when creating channel proxy.

Is this actually possible? Any help is appreciated.

Ribera answered 5/5, 2016 at 10:3 Comment(4)
Can you add your configuration ?Stagemanage
There is a similar question with answers over here: WCF Identity CheckStonecrop
This could also help: #24386315Vanish
Please post the code you are making this call with,Paginal

© 2022 - 2024 — McMap. All rights reserved.