From owner-freebsd-questions Tue Aug 19 13:53:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA04603 for questions-outgoing; Tue, 19 Aug 1997 13:53:57 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA04597 for ; Tue, 19 Aug 1997 13:53:47 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.6/8.8.6) with SMTP id QAA01347; Tue, 19 Aug 1997 16:52:27 GMT Date: Tue, 19 Aug 1997 16:52:27 +0000 (GMT) From: "Jonathan A. Zdziarski" To: michael dorin cc: questions@FreeBSD.ORG Subject: Re: More SSL questions In-Reply-To: <199708190847.IAA24254@chaski.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 19 Aug 1997, michael dorin wrote: : :Here are a couple more SSL questions: : :1) Is it possible to build the secure server without the RSA :stuff and be legal in the U.S. (And still have a secure server??) You coul create a self-signed certificate but netscape will still warn the person that it may not be secure, etc for that reason. :4) Can I have a secure and non-secure version of the apache server :running on the same system? (I would like to see if things are :stable for a while) yes, they run on different ports : :Thanks, : Mike :