Hello,

I have some client server SSL socket code that works on Solaris, Linux, and WinXP but It does not work on IRIX. I was hopping someone might be able to help me figure out why. I am getting the error SSL_ERROR_SYSCALL returned from SSL_connect.

example code:
ret = SSL_connect( newSslSocket )
switch( SSL_get_error( newSslSocket, ret )
{
 case SSL_ERROR_SYSCALL:
}

Any know issue or way for me to debug this further?

Thanks,
Perry

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to