R: [Zope] Zope+ssl and httpd.conf

Dylan Reinhardt zope@dylanreinhardt.com
14 Apr 2003 08:23:03 -0700


On Mon, 2003-04-14 at 05:48, trashMan wrote:
> I've tried to add s to
> VirtualHostBase/http/217.58.xxx.yyy:443/mysyte.it/ and the port to
> VirtualHost without result.
> If i call http://www.mysyte/ i've not problem.
> If i call https://www.mysyte/ i've not answer

Is there an entry in your error_log that explains this lack of an
answer?

It's possible, at this point, that you may be having an SSL problem. 
Use of a mis-matched cert/key pair or using an encrypted server key
might both lead to a non-response.

It's also possible that the server isn't listening on 443 or that port
may be blocked by a firewall.  I'd suspect this if Apache doesn't have
any errors logged.

HTH,

Dylan