Re: [apache-ssl] SSL Close Connection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] SSL Close Connection



Ben Laurie wrote:

> Andre Luiz dos Santos wrote:
> >
> > Ben Laurie wrote:
> >
> > > Andre Luiz dos Santos wrote:
> > > >
> > > >   Hi...
> > > >
> > > >  I has installed Apache-SSL and all work, now I have only one problem,
> > > > when I connect to my WWW server the first time using Netscape
> > > > Communicator 4.5b, it get the certificate information, and show me all
> > > > the informations that I has entry in the certificate, but after accept
> > > > the certificate netscape simple lost the connection, in the Apache Log
> > > > error I got this:
> > > > "
> > > > connect: Connection refused
> > > > httpsd: gcacheclient.c:117: OpenServer: Assertion '0' failed.
> > > > [Mon Aug 31 17:45:07 1998] [notice] httpd: child pid 744 exit signal
> > > > Aborted (6)
> > > > "
> > > >
> > > > What this means and what can I do to fix this?
> > >
> > > What version of Apache-SSL?
> > >
> > > Cheers,
> > >
> > > Ben.
> >
> > I'm running Apache 1.3.1, SSLeay 0.9.0b, patch for Apache 1.22, PHP3.0.2a
> > (with MySQL support) on RedHat Linux 5.1.
>
> Hmm. What it means is that a connection to gcache couldn't be
> established, probably because of an earlier error. Are there any other
> errors in the log?
>
> Cheers,
>
> Ben.

Apache-SSL is now working here. I think that the patch for SSL (version 1.22)
have some problems. After the compilation of Apache 1.3.1, the "make install"
doesn't copy the correct file to the destination path, it copy the file "http"
and not "httpsd". Other error is that it create a directory called "gcache" in
the destination path, and not copy the binary file "gcache". The only thing
that I did is to remove the directory "gcache" and put the binary file "gcache"
in the destination path. Removing the directory "gcache" may cause other
errors? I will download the patch for Apache version 1.23 to see what has been
fixed.

Thanks for all!