i have added wcf service reference in project and i have installed certificate also on my pc.
when i am using wcf method throug port like (localhost:3353/wcfproj/add.aspx) it’s running fine
but when host it on my iis and use method that time it’s giving below error
“The request was aborted: Could not create SSL/TLS secure channel.”
s.ClientCredentials.ClientCertificate.SetCertificate(StoreLocation.LocalMachine, StoreName.My, X509FindType.FindByThumbprint, "1e fb 2c a7 75 be b7 18 e5 c5 1d 14 4f 87 2c 77 15 70 cf 57");
Thanks in advance
i also got this type of prob so please try this. it may help you
Issue: Install client certificate in IIS
download WinHttpCertCfg. and install it
SOLVED using command
Cd C:\Program Files\Windows Resource Kits\Tools
WinHttpCertCfg.exe -g -c LOCAL_MACHINE\MY -s “SSLCertName” -a ASPNET
Perhaps for webserver it need network servcie