Hi,

I wrote a simple https client on *nix system, 
and it worked fine on solaris(including x86) and linux 2.4.8.

Recently I have tested my code on Linux kernel 2.6.8.
But some box gave me 'time out' while did SSL_connect().
After I did SSL_get_error(), I found it was SSL_ERROR_SYSCALL.
It happend on some sites, not all of site.

As I checked linux boxes running on Linux kernel 2.6.8,
I found that some boxes' kernel used POSIX message queues in kernel
configuration, and those were the boxes which gave me problem.

Is there any body who had similar problem as mine?

David Choi
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to