I'm using IBM IHS Http-Server, with an SSL-enabled VirtualHost.
My problem is, that the server is requesting a client-certificate randomly after the client-requests, however it should request only once and cache the session.
If I turn KeepAlive off, the client certificate is requested after each and every client request (which would be of course the normal behaviour), however because SSLCacheEnable
is turned on, I would await that the connection is cached and the client certificate is requested only once after the first request.
Do you have an idea, what could cause this problem?
(UPDATE: the client is in my case not a web-browser, but a Java Fat-client application. In the client log I turned on the SSL trace, and I see "ServerHelloDone" after each request, which is not desired.)