nagiosQL SSL Certificates

Rob Moss robmossrm at aol.com
Tue Oct 25 10:29:34 CEST 2005


VINAY_SHARMA at advanex.co.jp wrote:

>Dear All,
>
>             I have configured nagios 2.0.4b and nagiosQL when i try to
>access nagiosql login page its diplayed only blank.login user name and
>password is ok and can login on page.but there is no content on index.php
>page.please help me.ssl_error_log is below..
>
>
>[Mon Oct 24 22:05:32 2005] [warn] RSA server certificate is a CA
>certificate (BasicConstraints: CA == TRUE !?)
>[Mon Oct 24 22:05:32 2005] [warn] RSA server certificate CommonName (CN)
>`localhost.localdomain' does NOT match server name!?
>[Mon Oct 24 22:05:35 2005] [warn] RSA server certificate is a CA
>certificate (BasicConstraints: CA == TRUE !?)
>[Mon Oct 24 22:05:35 2005] [warn] RSA server certificate CommonName (CN)
>`localhost.localdomain' does NOT match server name!?
>  
>

It would appear that this is entirely to do with your webserver config,
and nothing to do with Nagios, or NagiosQL..

There are two websites you should read up on before tackling SSL head on
http://www.modssl.org/
http://httpd.apache.org/docs/1.3/

The problem you are having is that your webserver is named one name, and
the SSL key you are trying to use is for a server named
"localhost.localdomain". You can create your own self-signed SSL keys
quite easily and there are many references on the above two websites I
have provided for you. Failing that, you could try googling for
examples, or hire a consultant to help you out.

rob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051025/551fbb22/attachment.html>


More information about the Users mailing list