开发者

How to verify Restful Client certificate authentication working with WCF?

I have set up Restful webservice in WCF with client authentication using certificate authentication. I am also using SSL (on IIS) for Rest services. When I use fiddler to check whether SSL and c开发者_如何学JAVAertificate authentication are working then I can find only one request of http which is returning SSL encrypted data. But what I am looking for is verifying my certificate authentication is actually working or not.

For testing purpose what I have done so far is

1) removing certificate from client request and getting Forbidden error message from WCF service

2) also sending invalid certificate name and getting again Forbidden error message from WCF service.

Kindly tell me how can I check certificate handshake for authentication using Fiddler or any other tool .

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜