I implement a wcf service using user name and ssl to together,
It's include two app (wcf service and consol app)
It works fine in my local computer so my console app call service and its return expected value,
but when I call my service on another computer in my local network it return an error:
"An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail."
I guess the ssl certificate make the problem if yes how can i fix it ?
thank you