Hi

I am new to mod_ssl and HTTP and I have a question about mod_ssl.

I have implemented a SSL client program (written using OpenSSL) and I am
using it to connect to the mod_ssl apache server.  My program sends a HTTP
GET command and then reads the response sent by the apache server.  The file
is not very big and it is received in one single read (using OpenSSL API
SSL_read).  My question is my program issues a second SSL_read to check if
there is any more data in the connection and got an error return code
indicating a closure alert is received for the connection.  I assume that
mod_ssl is sending out this closure alert.  Is it correct?  Does that mean I
need to re-establish the session to mod_ssl for every GET command?  Is there
a way to keep the SSL session running until my program shutdowns the
connection?

Thanks.
Patrick
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to