I'm running RH 6, with mod_ssl 2.3.11-1.3.6, apache 1.3.6, openssl
0.9.4, and rsaref 2.0.

I go through the entire installation process, and run 
`apachectl start` and http works fine. When I run
`apachectl startssl` http still works, but https does not.

I'm using the "All-In-One mod_ssl+APACI way" step for configuring
mod_ssl and apache:

        $ cd mod_ssl-2.3.x-1.3.x                                   
        $ ./configure \                                                
              --with-apache=../apache_1.3.6 \                      
              --with-ssl=../openssl-0.9.4 \                      
              --with-rsa=../rsaref-2.0/local \                      
              --with-mm=../mm-1.0.9 \                                
              --with-crt=/path/to/your/server.crt \                  
              --with-key=/path/to/your/server.key \                  
              --prefix=/path/to/apache \                             
             [--enable-shared=ssl] \                                 

        $ cd
..                                                            
        $ cd
apache_1.3.6                                                  
        $
make                                                             
        $ make install                                                
        $ cd ..                                                       

I don't get a server error (nothing in the error_log), just the network
error:
"Netscape's network connection was refussed by the server
[server_name].  
The server may not be accepting connections or may be busy."

Any help would be greatly appreciated, or any direction to look in next
:)

Thanks!

Ryan
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to