Is there a way to debug ssl handshake failures? I occasionally see an error
message in the logs which says "Connection error during SSL handshake". It
rarely happens so debugging it is difficult with something like packet
captures because we have over 5000 ssl requests per second. What I was
hoping for was a way to get additional information in the log entry to
identify why the ssl handshake failed.

The second thing that I am interested in knowing is how long it took for
the SSL handshake to complete and where the time was spent during the
handshake. In the current logging we see very detailed information about
connection times, but it seams that the ssl handshake time is included in
the client connect time. It is difficult to know if ssl handshake slowdowns
are due to a server side capacity issue or a client side issue.

The third thing that would be great to know is how many ssl connections
were new vs reuse. Is there a way to capture this information either on the
stats page / stats socket, or in the logs?

Thanks,
David T.

Reply via email to