Re: [twsocket] SSL - handshake failure caused by a ssltls_v1 server

2015-12-06 Thread Angus Robertson - Magenta Systems Ltd
> A minor error in overbyteicshttpprot.2581, the logger skips the user > added header lines: Thanks, will look into that. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://

Re: [twsocket] SSL - handshake failure caused by a ssltls_v1 server

2015-12-06 Thread MGoeb
Hallo Angus, you are right, with the latest version from svn the negotiation is working. Thank you. A minor error in overbyteicshttpprot.2581, the logger skips the user added header lines: TriggerBeforeHeaderSend(Method, Headers); for N := 0 to Headers.Count - 1 do

Re: [twsocket] SSL - handshake failure caused by a ssltls_v1 server

2015-12-06 Thread Angus Robertson - Magenta Systems Ltd
> * Tested with default OverbyteIcsSimpleSslCli1, nothing changed > (ciphers,ssloptions) Please retest with the latest OverbyteIcsHttpsTst sample as I mentioned before, this is kept up to date. If you think there is a problem with the ICS OpenSSL implementation, you are welcome to investiga