On Fri, Jun 25, 1999, Jason Gilmore wrote:

> I think that I've successfully installed Apache_1.3.6 / mod-ssl /
> openssl / MySQL / PHP3 on my Redhat 6.0 box.
> 
> However, when I call up the URL (using https://) that I designated
> within "make certificate", the server hangs up and seems to be
> repeatedly searching for the url.
> 
> However, when I call up the same URL, this time using http://, I receive
> 
> the page that says "It worked! The SSL-aware Apache Web Server is
> installed on this web site.".
> 
> But is this really using ssl? Shouldn't it work for https:// ?
> 
> Any ideas on what the problem could be?

First you should look inside the Apache error log.  Usually you can see some
hints, there. In your case I guess SSL isn't really enabled on your HTTPS port
(perhaps your <VirtualHost> section doesn't match the Listen directive, etc.),
so you're talking HTTPS and the server expects HTTP.  The result can be the
observed hang.
                                       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]

Reply via email to