From a WCF client, I can send requests to a Datapower service just fine. When the datapower tries to send a response, they get the following error:
11:41:55 ssl error 224703 0x806000ca valcred (xx.xxxxxx.xx.xx_xxx): SSL Proxy Profile 'xx.xxxxxx.xx.xx_sslpp': connection error: peer did not send a certificate
On the client and server, we have matching certificates and I have that certificate bound to the appropriate port as well as a "SetCertificate" call attaching the certificate to the client. I'm seeing no response traffic at all on the server side via trace logs. The folks on the datapower/client side say the service is not presenting the certificate after handshaking but I have to visibility to that.
Any suggestions would be greatly appreciated.