[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] shutdown firewall
- Subject: RE: [cobalt-users] shutdown firewall
- From: BSmith@xxxxxxxxxxx
- Date: Wed May 7 10:33:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Rene Mølsted [mailto:molsted@xxxxxxxxxxxx]
Sent: Wednesday, May 07, 2003 1:26 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] shutdown firewall
Thanks
ipchains wan't running (and is not supposed to).
I'm trying to get httpd up running but I seem to get en SSL-error.
I get this error (from the ssl-log) when trying to start httpd:
[Wed May 07 16:13:39 2003] [warn] RSA server certificate is a CA
certificate (BasicConstraints: CA == TRUE !?)
[Wed May 07 16:13:39 2003] [warn] RSA server certificate CommonName (CN)
`localhost.localdomain' does NOT match server name!?
Since this is only used for our intranet i do not need to use SSL. I just
need
to disable SSL or ...
Rene
-----------------------------
Try generating a New SSL Cert. Make sure that you put in the proper server
name for the site that it is intended for. It tries to match
localhost.localdomain
to the real domain name, and it fails.
Brian