Hi,

I have implemented a SSL client using Openssl and I am testing against
Apache server with mod_ssl extension. What I am experiencing is I cannot get
a clean disconnect from the apache server.  I used an Openssl API called
SSL_shutdown() and it is reporting an error which may be caused by the
Apache server closed the socket before the SSL disconnect handshake is
performed.
I checked the httpd.conf file of apache but I find we can configure apache
to perform a standard or unclean disconnect to work with some fault
browsers.  But my program is a stand alone SSL client executable and it
seems I am experiencing an unclean disconnect from apache.

Is there is a way to find out if Apache is using unclean disconnect and how
to change it to use standard disconnect.

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