I am having a problem using OpenSSL as a client. I have wrapped the functionality of OpenSSL in a C++ class, which has worked without problem until now. I am now attempting to connect to a new server. I make a connection and send the request without error. However, when I attempt an SSL_read, I get a SSL_ERROR_ZERO_RETURN without receiving any response. My understanding of this condition is that the connection was shutdown cleanly (by the peer). When I attempt to gain access to this site using Internet Explorer, I am able to connect without a problem.
It appears that this particular server is doing something different from the others, which I.E. is programmed to handle. Is there something I should be doing when I get this error without receiving a response? MR ---------------------------------------- The information transmitted in this message is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this document. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]