On Tue, Aug 10, 1999, [EMAIL PROTECTED] wrote:
> I tried to run Apache 1.3.6, mod_ssl 2.3.11, OpenSSL 0.93a on a Solaris
> x86 2.6. It didn't work and I am going nuts.
>
> After compiling and installing Apache SSL, I tried to connect to
> HTTPS port but got bounced back immediately. The error entries in
> access_log and error_log are respectively :
>
> 203.67.11.65 - - [10/Aug/1999:13:15:48 +0800] "\200k^A^C^A" 501 -
Your problem is just that you connect via HTTPS but on the target port only
HTTP is spoken. Your problem is that HTTPS is not enabled for the port. There
can be various configuration reasons. The most usual error is that the Listen
directives and the <VirtualHost> directives do not match. Or that another
<VirtualHost> is catching the port first. Or that `SSLEngine on' is missing
inside the HTTPS server's section. Check your config for those things.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]