On 18 Oct 2000, at 14:14, Tom Nichols wrote:

Hi Tom,

Which log?   the error_log or ssl.log. The former gives me the error 
you can read below, and the ssl.log is empty. Normal since the 
server hasn't started, it can't log anything!

Thanks,
Carl

> Check the log.
> 
> "Carl G. Major" wrote:
> 
> > Hello,
> >
> > I know this question has been raised before but I can't seem to find a
> > solution to the problem. I've read the FAQs, tried the canned
> > configurations, but nothing seems to work. Whenever I try to start httpsd, I
> > get the follwing error:
> >
> > "No SSL Certificate set for gmiserver.ca:80"
> >
> > Here's part of my httpsd.conf file:
> >
> > ServerName gmiserver.ca
> > ServerType standalone
> > ServerAdmin     [EMAIL PROTECTED]
> > ServerRoot "/usr/local/apache"
> > User nobody
> > Group nogroup
> > Port 443
> > listen 442
> > listen 80
> >
> > SSLVerifyCLient         0
> > SSLVerifyDepth          10
> > SSLCACertificateFile
> > /usr/tmp/apache_1.3.12/SSLconf/conf/httpsd.pem
> > SSLCertificateFile
> > /usr/tmp/apache_1.3.12/SSLconf/conf/httpsd.pem
> >
> > DocumentRoot    /home
> > TransferLog     /home/access.log
> > SSLLogFile      /home/ssl.log
> > ErrorLog        /home/error.log
> >
> > <VirtualHost gmiserver.ca:80>
> > SSLDisable
> > Port 80
> > DocumentRoot    /home
> > TransferLog     /home/access.log
> > ErrorLog        /home/error.log
> > </VirtualHost>
> >
> > <VirtualHost gmiserver.ca:443>
> > Port 443
> > SSLVerifyClient 2
> > SSLVerifyDepth 10
> > SSLCACertificateFile
> > /usr/tmp/apache_1.3.12/SSLconf/conf/httpsd.pem
> > SSLCertificateFile
> > /usr/tmp/apache_1.3.12/SSLconf/conf/httpsd.pem
> > DocumentRoot    /home
> > TransferLog     /home/access.log
> > SSLLogFile      /home/ssl.log
> > ErrorLog        /home/error.log
> > </VirtualHost>
> > The files are in their proper locations, as the descriptions in
> > the conf. I followed the instructions to create a test
> > certificate but still, nothing works.
> > TIA,
> > Carl
> >
> > Programming Specialist
> >
> > Griffintown Media Inc.
> > 1336 Notre-Dame West Suite #2
> > Montreal, Quebec
> > Canada H3C-1K7
> >
> > Phone: (514) 934-2474
> > Fax: (514)934-0062
> > web: http://www.griffintown.com
> > email: [EMAIL PROTECTED]
> > ______________________________________________________________________
> > OpenSSL Project                                 http://www.openssl.org
> > User Support Mailing List                    [EMAIL PROTECTED]
> > Automated List Manager                           [EMAIL PROTECTED]
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]



Programming Specialist

Griffintown Media Inc.
1336 Notre-Dame West Suite #2
Montreal, Quebec
Canada H3C-1K7

Phone: (514) 934-2474
Fax: (514)934-0062
web: http://www.griffintown.com
email: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to