Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 82149 invoked from network); 28 Aug 2008 15:47:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2008 15:47:06 -0000 Received: (qmail 83340 invoked by uid 500); 28 Aug 2008 15:46:57 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82677 invoked by uid 500); 28 Aug 2008 15:46:55 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 82666 invoked by uid 99); 28 Aug 2008 15:46:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 08:46:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bfb21@comcast.net designates 76.96.30.56 as permitted sender) Received: from [76.96.30.56] (HELO QMTA06.emeryville.ca.mail.comcast.net) (76.96.30.56) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 15:45:55 +0000 Received: from OMTA03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by QMTA06.emeryville.ca.mail.comcast.net with comcast id 7n7K1a00G0b6N64A6rmRPl; Thu, 28 Aug 2008 15:46:25 +0000 Received: from rmailcenter74.comcast.net ([204.127.197.156]) by OMTA03.emeryville.ca.mail.comcast.net with comcast id 7rmQ1a00r3Nwo3Q8PrmQz1; Thu, 28 Aug 2008 15:46:25 +0000 X-Authority-Analysis: v=1.0 c=1 a=AIx0YK0QKywA:10 a=s9Fx_mBLwTUA:10 a=uTV7gIWDAAAA:8 a=YiOXwDRXAAAA:8 a=WLDizN6Q4kY2mfdhLBwA:9 a=cUgRRQokffXQLOcD2tnFtjiagm0A:4 a=646FD40F70sA:10 a=15av5D_ITO0A:10 a=xZzORoXv-NMA:10 a=GHM9FM5lowoA:10 a=gi0PWCVxevcA:10 Received: from [66.241.32.158] by rmailcenter74.comcast.net; Thu, 28 Aug 2008 15:46:24 +0000 From: bfb21@comcast.net To: users@httpd.apache.org Date: Thu, 28 Aug 2008 15:46:24 +0000 Message-Id: <082820081546.15516.48B6C850000AE42F00003C9C2207300033CECD0D000D@comcast.net> X-Mailer: AT&T Message Center Version 1 (Oct 30 2007) X-Authenticated-Sender: YmZiMjFAY29tY2FzdC5uZXQ= X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] How to install SSL certificate for virtual server? I have an apache 1.3x server which utilizes SSL. Lets say the name is www.myserver1.com. I use apachectl startssl to start the server, and can access it using https://www.myserver1.com. Now I have a second virtual server named www.myserver2.com using the same IP, which I want to secure. When I attempt to access it, I get the following error in Firefox: Secure Connection Failed www.myserver2.com uses an invalid security certificate. The certificate is only valid for www.myserver1.com (Error code: ssl_error_bad_cert_domain) Here's an excerpt of my virtual host configuration: ServerName www.myserver2.com SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /usr/local/apache/conf/ssl.crt/www.myserver2.com.crt SSLCertificateKeyFile /usr/local/apache-1.3.37/conf/ssl.key/www.myserver2.com.key SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog /usr/local/apache/logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" How do you secure a second virtual host with an SSL certificate, so I can then access https://www.myserver2.com? -Thanks --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org