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

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

2015-12-05 Thread MGoeb
Hello Angus, thank you very much for your answer. To be more precise: * I used * v8.16 * openssl 1.0.2d * Tested with default OverbyteIcsSimpleSslCli1, nothing changed (ciphers,ssloptions) * as server I used the command line tool of openssl "openssl s_server -tls1 -accept 443" to force onl

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

2015-12-04 Thread Angus Robertson - Magenta Systems Ltd
> The introduced version method "sslBestVer" does not support tls (cause > it means sslv23). Would it be "nice", to support TLS too automatically ? sslBestVer and sslv23 do support TLS, I use them for all my application. I added sslBestVer in an attempt to break the misconception that it only m

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

2015-12-04 Thread MGoeb
Hello, The connect via SSL produces following Message: Error:10053 error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure The destination server accepts only connection with the option "sslTLS_V1" To connect to the same server the openssl command line tool "finds" th