<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-2022-JP"  http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:VINAY_SHARMA@advanex.co.jp">VINAY_SHARMA@advanex.co.jp</a> wrote:
<blockquote  cite="midOFB31FB88F.7630D6F4-ON492570A5.002280AB@advanex.co.jp"  type="cite">
  <pre wrap="">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!?
  </pre>
</blockquote>
<font face="Times New Roman, Times, serif"><br>
It would appear that this is entirely to do with your webserver config,
and nothing to do with Nagios, or NagiosQL..<br>
<br>
There are two websites you should read up on before tackling SSL head on<br>
<a class="moz-txt-link-freetext" href="http://www.modssl.org/">http://www.modssl.org/</a><br>
<a class="moz-txt-link-freetext" href="http://httpd.apache.org/docs/1.3/">http://httpd.apache.org/docs/1.3/</a><br>
<br>
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.<br>
<br>
rob<br>
<br>
</font>
</body>
</html>