c# - SSL certificate in multi tier scenario -
application sends request certificate x, b. can service b send same certificate x service c?
in .net web api applicaiton (b), there configuration handles this?
update i'm able use request.getclientcertificate
, add in webrequesthandler httpclient of service c. i'm still getting error 'response status code not indicate success: 403 (forbidden)'
we found reuse of certificate not working - getting 'response status code not indicate success: 403 (forbidden)' error. had pick certificate store , proceed it.
Comments
Post a Comment