Re[2]: [apache-ssl] buff.c error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [apache-ssl] buff.c error



> I have found that the very first connection to an SSL server often
> produces no response at all
	<SNIP>
> The easy way to check if the server is running in SSL mode at all is to
> telnet to it's port (e.g. 'telnet localhost 443') - you should get a
> 'connected' message immediately. Then type 'GET /<CR>' which should
> cause an immediate disconnect. If you then go and look at your log
> files, you should see:
> 
>   [Tue Aug 18 18:06:57 1998] SSL_Accept failed
>   [Tue Aug 18 18:06:57 1998] error:140760F8:SSL
> routines:SSL23_GET_CLIENT_HELLO:unknown protocol

When I do this with my troubled server, I'm getting:

SSL_Accept failed
error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:http request

and it happens every time.

Connecting via a browser gives:

SSL_Accept failed
error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate

and Netscape sez "The servers' certificate has an invalid signature. You
will not be able to connect to this site securely"

Does this tell anyone anything?

(Compiled without SSLcaching)

TIA