Hello,
I'm using the CyaSSL download example for now.
Attached you'll find a proper wireshark capture.
The first part is "./examples/client/client -h 127.0.0.1 -p 443 -g" and apache option "SSLInsecureRenegotiation on"
The second part is same client command but with "SSLInsecureRenegotiation off".
Thanks for the help
Edit:
That's the apache log for a failed connection with "SSLInsecureRenegotiation on":
==> access_log <==
127.0.0.1 - - [27/Sep/2012:14:15:28 +0200] "GET / HTTP/1.0" 403 202==> error_log <==
[Thu Sep 27 14:15:28.354289 2012] [ssl:error] [pid 1251:tid 2987457392] [client 127.0.0.1:60150] AH02259: insecure SSL re-negotiation required, but a pipelined request is present; keepalive disabled
[Thu Sep 27 14:15:28.354582 2012] [ssl:error] [pid 1251:tid 2987457392] [client 127.0.0.1:60150] AH02261: Re-negotiation handshake failed: Not accepted by client!?==> ssl_request_log <==
[27/Sep/2012:14:15:28 +0200] 127.0.0.1 - - "GET / HTTP/1.0" 202