Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 26295 invoked from network); 30 Mar 2004 13:26:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Mar 2004 13:26:41 -0000 Received: (qmail 94420 invoked by uid 500); 30 Mar 2004 13:26:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94407 invoked by uid 500); 30 Mar 2004 13:26:23 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 94386 invoked from network); 30 Mar 2004 13:26:23 -0000 Received: from unknown (HELO ns0b.swx.com) (146.109.240.235) by daedalus.apache.org with SMTP; 30 Mar 2004 13:26:23 -0000 Received: from gate0b.unix.swx.ch (gate0b [192.168.252.145]) by ns0b.swx.com (8.12.10/8.12.10) with ESMTP id i2UDQNHC015415 for ; Tue, 30 Mar 2004 15:26:23 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0b.unix.swx.ch (8.12.10/8.12.10) with ESMTP id i2UDQMuI008405 for ; Tue, 30 Mar 2004 15:26:23 +0200 (MEST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Date: Tue, 30 Mar 2004 15:26:22 +0200 Message-ID: X-MS-Has-Attach: Importance: normal X-MS-TNEF-Correlator: Priority: normal Thread-Topic: [users@httpd] Generating self-signed key doesn't work? Thread-Index: AcQVxLl+RpswiVcISDedj1vRd7xf4AAZpUagAAnpch0AAIQhwAAAH6TqAABtoKAAACwDnwAARFvQ From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Generating self-signed key doesn't work? X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Erik Andersson [mailto:erik.andersson@cybercomgroup.com] >=20 >=20 > It was sent as an attachment, you must have missed it ;-) Couple of things: 1) I don't like: >From the docs: "A _default_ vhost catches a request only if there is no other vhost with a matching IP address and a matching port number for the request." So if there is, it won't work. Replace with: 2) also: ServerName myhost.come:443=09 Not terribly important since an SSL VH can't be name-based, but still used for self-referential URLs. Drop the port number since the client already knows to use 443 because you typed "https" into the location bar. Replace with: ServerName real-fully-qualified-domain-name I suspect that the real problem is that you have a plain HTTP VH configured which is also answering port 443. Look for all other occurrences of or similar in the main config. If you do post more config, please cut'n'paste it into the mail. Adding attachments is easy for you but hard for me (I have to trust you're not sending a virus, save them, open an editor to read them, then delete them later). Since I'm answering the questions, I'd prefer if you did the donkey-work, if you don't mind. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.=20 > Diese E-mail ist eine private und pers=F6nliche Kommunikation. Sie hat keinen Bezug zur B=F6rsen- bzw. Gesch=E4ftst=E4tigkeit der SWX Gruppe. = This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le pr=E9sent e-mail = est un message priv=E9 et personnel, sans rapport avec l'activit=E9 = boursi=E8re du Groupe SWX. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.=20 --------------------------------------------------------------------- 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