I am getting SSL handshake failures randomly when number of concurrent users increases. Though the number is not that big, with only 100 users or so SSL handshake keeps failing randomly.
I have set the LogLevel
to debug, but seemingly it doesn't tell me anything more significant apart from AH01998: Connection closed to child with abortive shutdown.
Usage of the memory is also not that high when the handshake failure happens. I am using apache V2.4.6 on CentOS 7, with mpm prefork.
Two things I would like to know:
does the log entry for "abortive shutdown" has anything to do with SSL handshake failure?
How can I debug it and understand what is causing the issue?