Date: Fri, 31 Jul 1998 15:17:59 -0700 (PDT) From: Jim Shankland <jas@flyingfox.com> To: freebsd-isp@FreeBSD.ORG, jivko@ijs.com Subject: Re: Apache 1.3.0 + SSL/1.18 problem Message-ID: <199807312217.PAA08156@biggusdiskus.flyingfox.com> In-Reply-To: <199807311332.NAA11567@s2.ijs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Looks to me like you're putting up your http-over-SSL server on port 80. When you try http://209.249.22.50, the SSL_accept on the server fails because the client is sending plain (unencrypted) http. When you try https://209.249.22.50, the browser can't connect at all, as your server is not listening on port 443 at all. Try adding "Port 443" to your <VirtualHost 209.249.22.50> block. Jim Shankland Flying Fox Computer Systems, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807312217.PAA08156>