From owner-freebsd-questions@FreeBSD.ORG Thu Nov 22 07:47:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46AEF16A47F for ; Thu, 22 Nov 2007 07:47:12 +0000 (UTC) (envelope-from fbsd06+QP=6d91388d@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1E44C13C4EA for ; Thu, 22 Nov 2007 07:47:11 +0000 (UTC) (envelope-from fbsd06+QP=6d91388d@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 28CAA163F95 for ; Wed, 21 Nov 2007 19:14:15 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 1EB2AD05B0 for ; Wed, 21 Nov 2007 19:13:53 -0500 (EST) Date: Thu, 22 Nov 2007 00:13:51 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071122001351.4881fa35@gumby.homeunix.com.> In-Reply-To: <20071121102748.4a05333f.wmoran@collaborativefusion.com> References: <20071121102748.4a05333f.wmoran@collaborativefusion.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Questions on behaviour of fetch(3) regarding HTTPS + proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2007 07:47:12 -0000 On Wed, 21 Nov 2007 10:27:48 -0500 Bill Moran wrote: > The systems > in question have no way to connect without using the proxy, and I'd > like to convince fetch(3) to use the proxy for https as well. curl & wget work, if it's any help