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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -