This is a discussion on RE: [squid-users] SSL error preventing Squid from running within the Squid Users forums, part of the Web Server and Related Forums category; How can I check the server name? I have the same name in the hosts file, and the correct dns ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
How can I check the server name? I have the same name in the hosts file, and
the correct dns name in resolv.conf. -----Original Message----- From: Henrik Nordstrom [mailto:hno@squid-cache.org] Sent: Monday, January 05, 2004 10:26 PM To: Schaefer, Charles Cc: squid-users@squid-cache.org Subject: Re: [squid-users] SSL error preventing Squid from running On Mon, 5 Jan 2004, Schaefer, Charles wrote: > Every time I try to start Squid calling for port 443 to be accelerated, I > get an error stating that the key does not match the name of the machine. ??? SSL keys does not have a name. All Squid requires from the SSL key is that the certificate was requested from the same key as used. Clients however requires the the CN of the certificate to match the requested server name. Regards Henrik |