Hello, I am trying to get an ssl virtual site running. The http site
works fine, but bringing up the https site gives me 'Could not reach
remote server' error.
 I can find no log of the event, and no error code comes up.
 I used apachectl to check the syntax, and I get no errors. Looking around
the web I have seen a variety of different configuration options, but none
of them get me very far.
 Here is the virtual host directive I have, if people could point out what
is wrong with it, I would appreciate it.

 <VirtualHost x.x.x.x:443 >
     ServerAdmin [EMAIL PROTECTED]
     DocumentRoot /www/domain.net/ssl
     ServerName server.domain.net
     ErrorLog logs/443error_log
     CustomLog logs/443access_log common
     ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
     Group users
 <Directory /www/domain.net/ssl>
    AuthName "ssl"
    AuthType Basic
    AuthUserFile auth/.htpasswd
    Require user aodhan
    SSLVerifyClient require
    SSLVerifyDepth 1
    SSLRequireSSLA
 </Directory>

 </VirtualHost>

-- 


   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

        Aodhan H.

        -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
                   Ad Astra per Aspera
                          A Rough Road Leads To The Stars
        -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -

         Freedom is something you have, not something you're given.

   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

Reply via email to