On 16/01/2013 5:40 AM, "Akash Jain" <akash.delh...@gmail.com> 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-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
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.

Reply via email to