C
C#3mo ago
Drendos

Dynamic client certificates without socket exhaustion

I have a server that is called by users passing in a representation of a client cert that is then used to call some dependent APIs using that client certs context. HttpClientFactory doesn't seem to support dynamically supplying certificates without awareness of their existence prior to the call. What would be the best practice to implement this to avoid socket exhaustion? Just looking for a point in the right directions.
2 Replies
Drendos
DrendosOP3mo ago
Mini bump
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?