Re: SSL_connect() fails on non-blocking sockets.

2000-01-27 Thread Pablo J. Royo
Subject: Re: SSL_connect() fails on non-blocking sockets. Matti Aarnio [EMAIL PROTECTED]: It turned out that while the socket the SMTP client code creates is running in non-blocking mode, I must temporarily turn the blocking mode on while the SSL setup negotiations are under way. I

RE: SSL_connect() fails on non-blocking sockets.

2000-01-26 Thread Amnon Cohen
: Matti Aarnio Subject: Re: SSL_connect() fails on non-blocking sockets. Matti Aarnio [EMAIL PROTECTED]: It turned out that while the socket the SMTP client code creates is running in non-blocking mode, I must temporarily turn the blocking mode on while the SSL setup negotiations

Re: SSL_connect() fails on non-blocking sockets.

2000-01-25 Thread Bodo Moeller
Matti Aarnio [EMAIL PROTECTED]: It turned out that while the socket the SMTP client code creates is running in non-blocking mode, I must temporarily turn the blocking mode on while the SSL setup negotiations are under way. I don't know if creating some wrapper to retry calls to