On 16/01/2013 5:40 AM, "Akash Jain" <akash.delhite@xxxxxxxxx> wrote:
>
> Hi,
>
> Is it possible to know if Apache is doing SSL handshake?
>
> We have moved certs to netscalar ... but we want to check if SSL handshake is still done by apache provided Netscalar still uses the same Vhost as previously.
>
> I checked using Custom logging in both <ifmodule mod_ssl.c> and <VirtualHost> , butstill not sure if SSL handshake is done
>
> Apache : 2.2.3 (Oracle Build)
>
> OpenSSL : 0.9.8f
>
> Thanks !
>
> Akash
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
First if the site works over ssl then for sure ssl handshake is done no need to think about it. It is part of the ssl protocol.
But you can check running openssl s_connect in verbouse or debug mode if you want to see the details.