This blog is all about the issues and frictions which i have faced as a developer ;)
Friday, 7 July 2017
2 way SSL WCF service call from an console application # issue "System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel."
Emailer.WSSoapClient obj = new Emailer.WSSoapClient();
var clientCertificate = new X509Certificate2(AppDomain.CurrentDomain.BaseDirectory + "certname", "Fr@123");
No comments:
Post a Comment