Is the server IIS?

And do you get all of the response?

Because IIS doesn't necessarily close SSL connections in a tidy manner -
it can give SSL_ERROR_SYSCALL.

G.


-----Original Message-----
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of chithuanand
Sent: 10 June 2009 13:22
To: openssl-users@openssl.org
Subject: RE: SSL_read() returns SSL_ERROR_SYSCALL


hi,

 We  have tried settiong the ciphersuite using
SSL_CTX_set_cipher_list(), as eNULL/NULL-MD5/DEFAULT. But we get
handshake error. In the server also we have tried giving the encryption=
true and cipherlist to all of the above settings. eNULL/NULL-MD5 /any
null values give handshake error. What am i missing here?




If this is a network problem, it may be easier to look for it using
clear data. Do you have the option of connecting to these
servers/services without SSL (or with SSL but using an eNULL
ciphersuite) and if so does it have the same problem?
(Obviously you should do that only with nonconfidential data.
If there is higher-level authentication e.g. password, use a temporarily
assigned and immediately disabled test id, etc.)


--
View this message in context:
http://www.nabble.com/SSL_read%28%29-returns-SSL_ERROR_SYSCALL-tp2391837
9p23961104.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to