开发者

How to access a webservice requiring certificate

开发者 https://www.devze.com 2022-12-13 07:49 出处:网络
I need to make a webservice call using C# to a webservice requiring SSl certificate.I have the cert file, and installed it.When,I browse to https url,it requests for a certificate(but no certs visible

I need to make a webservice call using C# to a webservice requiring SSl certificate.I have the cert file, and installed it.When,I browse to https url,it requests for a certificate(but no certs visible). How to do call webservice in code? Do I have to install the certifi开发者_JAVA百科cate?


Try this (it is for the older framework but still works)

http://support.microsoft.com/kb/901183

0

精彩评论

暂无评论...
验证码 换一张
取 消