Hi Heiko,
>> Also, please try the bind keywords no-tlsv12, no-tlsv11 and
>> "ciphers TLS_RSA_WITH_RC4_128_SHA". If this makes it work, please apply
>> the attached debug patch and just run it with force-tlsv10, I would like
>> to know if that call fails.
>
> I added the parameters except TLS_RSA_WITH_RC4_128_SHA as it is not
> available in openssl. This one seems to be the equivalent here: RC4-SHA
Well, with this configuration there is now a real TLS handshake problem.
Please just try with no-tlsv12, without the cipher configuration and redo those
test.
I suspect there is no real SSL/TLS handshake issue here, but that the issue
is on the application layer (I misread the first capture you sent me: the actual
handshake seems ok, its the client that is sending the FIN+ACK).
Lukas