I'm using Wininet library to establish SSL connection with client certificate (stored on the smart card).
The problem is that I see smart card is accessed for each HttpRequest that has been sent.
From Fidler and wireshark, I see that: 1. all requests are HTTP 1.0 instead of HTTP 1.1. 2. Full SSL handshake takes place for each connection 3. I'm not asked to enter pin code for each request (only for the first one) but smart card accessed for each request I send.
Any ideas / leads ? Actually may be the broblem is not about wininet but there should be additional steps to be taken with the certificate store?
Thank you, Zahar