Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache/open_ssl RSA key issues 1

Status
Not open for further replies.

FreeBASE

Programmer
May 3, 2002
39
US
Get this error in my ssl_engine_log file..
Here is the scenario, upgraded apache/openssl/modssl and I get this error. Ssl works when I am online, and the certificate seems to go through, but I still get this error.

The setup..
I am using a V/D for my ssl domain
that is different from my server name

The error in my ssl_engine_log..
[03/Jun/2002 01:23:09 30437] [info] Init: Configuring temporary RSA private keys (512/1024 bits)
[03/Jun/2002 01:23:09 30437] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[03/Jun/2002 01:23:09 30437] [info] Init: Initializing (virtual) servers for SSL
[03/Jun/2002 01:23:09 30437] [info] Init: Configuring server ns.server.com:443 for SSL protocol
[03/Jun/2002 01:23:09 30437] [warn] Init: (ns.server.com:443) RSA server certificate CommonName (CN) `ssl.virtual-domain.com' does NOT match server name!?
[03/Jun/2002 01:23:17 30438] [info] Connection to child 0 established (server ns.server.com:443, client 66.134.81.58)

Is this something I need to worry about, or does this have to do with the upgrades I made? Do I have to generate a new CSR and go through the process of getting a new verisign cetificate made everytime I upgrade my system??

Someone please help.. Thanks in advance..

N-


 
SSL certificates by design are very picky about the fully qualified domain name of the web site that uses it.

The certificate was created for the FQDN of "ssl.virtual-domain.com". Check the ServerName directive for that site to make sure it matches it exactly. If it does not have a ServerName directive, add one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top