FQDN for Home System?

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default FQDN for Home System?

    Hi Experts:

    I'm having trouble getting Apache/mod-ssl to work with my
    self signed certificates:

    [warn] RSA server certificate CommonName (CN) `tiamat' does
    NOT match server name!?

    Tiamat is the name of the host that's running apache/mod-ssl.
    I'm wondering if mod-ssl is complaining because I don't have a
    FQDN in my "/etc/hosts".

    My registered domain name points into my web page at my ISP.

    My computers are behind one of those consumer firewall/router/
    hubs on a cable modem. The cable company offers only DHCP so I
    might have a different IP address next week.

    Should I use my registered domain name in "/etc/hosts" like
    this?

    192.168.0.1 tiamat <domain-name.com> loghost

    My registered domain name has no relation to the computers in
    my living room, on that cable modem.

    Thanks
    Larry
    Larry Lindstrom Guest

  2. Similar Questions and Discussions

    1. System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
      Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a...
    2. The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
      I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net...
    3. Method not found: System.Collections.Specialized.NameValueCollection System.Web.HttpRequest.get_QueryString().
      I just recently started getting the above error on a page I am posting MULTIPART/FORM-DATA. We have SoftArtisans FileUp component and Filter...
    4. Master Browser set on XP Home System nukes 2k server
      We have a small workgroup of 30+ users with a single Windows 2000 server and a new member has connected a Windows XP Home system and now when this...
    5. Home CCTV system for Mac?
      I'm looking to install a 4-camera home/garden CCTV security system and want to be able to monitor the camera feeds on a Mac. I've looked around...
  3. #2

    Default Re: FQDN for Home System?

    Thomas H Jones II wrote:
    >
    > In article <3F28873C.3E0C591@aracnet.com>,
    > Larry Lindstrom <larryl@aracnet.com> wrote:
    > >Hi Experts:
    > >
    > > I'm having trouble getting Apache/mod-ssl to work with my
    > >self signed certificates:
    > >
    > > [warn] RSA server certificate CommonName (CN) `tiamat' does
    > > NOT match server name!?
    >
    > You will get this any time you access a server using one name but the
    > certificate holds a different CommonName. When you browse to the SSL
    > page, what URL do you put in. If it isn't [url]https://tiamat/[/url], you will
    > get that warning message.
    >
    > -tom
    >
    > --
    >
    > "You can only be -so- accurate with a claw-hammer." --me
    Thanks Tom:

    The error message is being generated when I bring up the Apache
    server. I've tried entering my registered domain name in /etc/hosts:

    192.168.0.1 tiamat tiamat.<registered domain name> loghost

    I've tried to start fresh, with a new ssl key:

    $ openssl genrsa -out privkey.pem 2048
    Generating RSA private key, 2048 bit long modulus
    .................................................. .........................................+++
    ..............+++
    unable to write 'random state'
    e is 65537 (0x10001)
    $

    I've looked at the log of a key I created a couple of weeks ago,
    and it also had this warning.

    $ openssl version
    OpenSSL 0.9.7b 10 Apr 2003
    $

    Is this problem with the "random state" causing the
    failure to start Apache/Mod-ssl.
    Suggestions?

    This is all a fresh build, mod-ssl and Apache are current.

    Thanks
    Larry
    Larry Lindstrom Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139