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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -