From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:59:49 2004 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 5E56016A51E for ; Wed, 4 Aug 2004 21:59:47 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B6A43D3F for ; Wed, 4 Aug 2004 21:59:46 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i74LwkES038655; Wed, 4 Aug 2004 16:58:46 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'Dee Gaans'" Date: Wed, 4 Aug 2004 16:51:47 -0500 Message-ID: <005801c47a6d$40983f80$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <20040804215429.10256.qmail@web50806.mail.yahoo.com> Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: RE: Freebsd Test Brower 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: Wed, 04 Aug 2004 21:59:49 -0000 > -----Original Message----- > From: Dee Gaans [mailto:deegaans@yahoo.com] > Sent: Wednesday, August 04, 2004 4:54 PM > To: Eric Crist > Subject: RE: Freebsd Test Brower > > > Thanks for the response.. I guess I confused you with > a different Erick.. Sorry about that.. > > So do you by any chance know how I can identify the > lynx version that supports https? > > Dee Well, typing the following command, # ls /usr/local/ports/www/ | grep lynx, produces these results: lynx lynx-current lynx-ssl I would guess that lynx-ssl was the one that supports https (it actually does). HTH Eric