views:

44

answers:

0

I have developed a WCF service in .Net and its Consumed as a window service. This WCF has binded with net.TCP binding from a ASP.net Website. this Website hosted with SSL certificate.

I have Called Authorize.net CIM webserice from this WCF with Httpsbinding. This throwing exception as "could not establish trust relationship for the SSL/TLS secure channel with authority 'api.authorize.net'."

Please, give me a solution for this.