You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ba...@mediageneral.com on 2003/04/04 17:05:29 UTC

[users@httpd] Question about a certificate

Greetings,
This is my error message but the certificate is configured and in the right
place...

[Fri Apr  4 09:35:55 2003] [error] mod_ssl: Init: Server
placeanad.tbo.com:443:443 should be SSL-aware but has no certificate
 configured [Hint: SSLCertificateFile]


Tks,
Bobbie


Bobbie Atristain
Internet Systems Administrator
Media General, INC.
804.649.6156

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Question about a certificate

Posted by Jimmy McDonald <io...@bsdshell.dyndns.org>.
Can you do a diff on these two files?


    SSLCACertificateFile /usr/local/apache/certs/placeanad.cert
    SSLCertificateFile /usr/local/apache/conf/ssl.crt/placeanad.cert

The first file should contain a list of CAs that your machine trusts.
The second file should be the cert file for the server.
It appears that the second one might be right and the first one might
not be. You could have named your CA file the same thing since
you are storing them in different locations.

Also, I'm not sure why you have this:

    SSLCertificateKeyFile /usr/local/apache/certs/secureprivate.key
    SSLCertificateKeyFile /usr/local/apache/conf/ssl.crt/secureprivate.key

Run a diff on both of these, if they are identical, which I suspect they
are, you can just delete one of these lines since only need to reference
your key once. If they aren't the same I'll ask some questions about that
later.

On Fri, 4 Apr 2003 batristain@mediageneral.com wrote:

> Greetings,
> This is my error message but the certificate is configured and in the right
> place...
>
> [Fri Apr  4 09:35:55 2003] [error] mod_ssl: Init: Server
> placeanad.tbo.com:443:443 should be SSL-aware but has no certificate
>  configured [Hint: SSLCertificateFile]
>
>
> Tks,
> Bobbie
>
>
> Bobbie Atristain
> Internet Systems Administrator
> Media General, INC.
> 804.649.6156
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org