Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 1998 00:24:18 +0100
From:      Mark Huizer <freebsd@xaa.iae.nl>
To:        Roman Katsnelson <romank@graphnet.com>, "q's" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Apache-SSL
Message-ID:  <19981104002418.A781@ariel.xaa.iae.nl>
In-Reply-To: <363F22D0.979EAF9@graphnet.com>; from Roman Katsnelson on Tue, Nov 03, 1998 at 10:35:44AM -0500
References:  <363F22D0.979EAF9@graphnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> SSLDisable  #globally disabled
> 
> <VirtualHost 111.222.33.444> 
> ServerName unsecure.test.com
> SSLDisable
> </VirtualHost>
> 
> <VirtualHost 111.222.33.444>
> ServerName secure.test.com
> SSLEnable   #enabled here    
> </VirtualHost>
> 
> However, when I test it, if I give the browser a https:// url, it
> doesn't 
> connect to the server. If I give it a http:// url, it works fine for the
> first 
> server, and connects to the second (secure) one, but gives a "Document
> contains 
> no data" error. There is nothing in the error-log that would suggest
> what the 
> problem is. Any ideas would be much appreciated... 

Have you also added a Listen 443 in your config files to tell apache to
listen to port 443 as well (the https port)

Mark

-- 
Nice testing in little China...

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981104002418.A781>