From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 14:14:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F28D37B401 for ; Tue, 22 Apr 2003 14:14:18 -0700 (PDT) Received: from tigger.alkinetworks.com (tigger.alkinetworks.com [216.211.130.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984BB43FBF for ; Tue, 22 Apr 2003 14:14:17 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from tigger.alkinetworks.com (tigger.alkinetworks.com [216.211.130.10])h3MLEHDG030611; Tue, 22 Apr 2003 14:14:17 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost)h3MLEHhg030608; Tue, 22 Apr 2003 14:14:17 -0700 (PDT) X-Authentication-Warning: tigger.alkinetworks.com: philip owned process doing -bs Date: Tue, 22 Apr 2003 14:14:17 -0700 (PDT) From: Philip Hallstrom X-X-Sender: philip@tigger.alkinetworks.com To: Redmond Militante In-Reply-To: <20030422205747.GD65674@darkpossum> Message-ID: <20030422141257.M20255@tigger.alkinetworks.com> References: <20030422205747.GD65674@darkpossum> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: https:// X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 21:14:18 -0000 This is exactly what mod_ssl is for. Follow the instructions in the mod_ssl docs on how to create your own certificate (self-signed if you don't want ot pay for one). I do it (self-signed) for web-based email where I don't care if the users get a popup about the certificate not being trusted (this is solvable if you have them install all your certificates). -philip On Tue, 22 Apr 2003, Redmond Militante wrote: > hi > > possibly dumb question: > > i have a website that i'd like to serve over https:// instead of http:// > i'm using apache 1.3.27 freebsd 4.8 > > can i use something like mod_ssl for this? do i have to purchase a server certificate off a company like verisign? > > thanks for any advice you can give > > redmond >