Re: [users@httpd] Query on SSL Handshake

2013-01-15 Thread Igor Cicimov
On 16/01/2013 5:40 AM, "Akash Jain"  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  and
 , 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.


[users@httpd] Query on SSL Handshake

2013-01-15 Thread Akash Jain

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  and 
 , 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