On 11 Jan, Holger Reif wrote:

> With regard to HTTP/HTTPS, a look into the mod_ssl sources
> available from www.modssl.org might worth a look. There is
> this feature implemented.
I had some looks into mod_ssl when I integrated SSL in thttpd. It uses
somthing like
        if ( ERR_GET_REASON( ERR_peek_error( )) == SSL_R_HTTP_REQUEST ) {
if SSL_accept() fails. This is the way I used in thttpd. 
-- 



tschüß,
         Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to