Problem with server
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with server



Hi all
I'm having a problem getting browsers to connect via https to my server.
Clients get returned a variety of "Connection Refused" messages, and the text:
ApacheSSLSetCertStuff failed
is output to error_log.
I've tracked down the code section that outputs this error message and
pasted it below. It is in file apache_ssl.c and the section I have pasted
starts at line 1048 of this file:

<snip>
#if SSLEAY_VERSION_NUMBER < 0x0800
/* Why call this twice?? Ben */
    SSL_set_verify(conn->client->ssl,nVerify,ApacheSSLVerifyCallback);
#endif
    if(!ApacheSSLSetCertStuff(conn))
        {
        fprintf(pConfig->fileLogFile,"ApacheSSLSetCertStuff failed\n");
        log_error("ApacheSSLSetCertStuff failed",conn->server);
        exit(1);
        }
</snip>

Anyone got any ideas?
- Steven Bolbot
________________________________________________________________________
                                                 
  \  |_)             |                     Steven Bolbot
|\/ | | __ \   _ \  __|  _` | |   |  __|  sjb@tne.net.au
|   | | |   | (   | |   (   | |   | |     ICQ: 1221679
_|  _|_|_|  _|\___/ \__|\__,_|\__,_|_|     http://Minotaur.home.ml.org
                                          
    Go to
<http://minotaur.home.ml.org/sjb.asc>http://Minotaur.home.ml.org/sjb.asc
for my
PGP Public Key.
======================================================================== 
Out of the token ring, through the router, to the t1, down the fiber, over the
cable, through a
                 repeater, off another router, past the firewall...Nothing but
net!