From owner-freebsd-current@FreeBSD.ORG Sat Jul 14 04:46:06 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4A7D1065672; Sat, 14 Jul 2012 04:46:06 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 983AC8FC15; Sat, 14 Jul 2012 04:46:06 +0000 (UTC) Received: from [93.182.129.86] (port=44669 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SpuF2-002CbN-IQ; Sat, 14 Jul 2012 00:46:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:Date:Subject:Cc:To:From; bh=qCuaGixXq0+0MoVoCAzhKPq0tkdU0ynthmnxxiTHOvE=; b=ecSSZSQWvmOHAOogWhu7OpT6RTgVcjkYTJopbwhR/0mt24gPC5X9d4y4MRJMUq3kgvb7RNZ89Rg76C+j8L4V6pRco7VUhO3LSxXWd5Y5HBU+hXA7syKZzrT3+6sXIqhf58P4JUOYXo51uqB+pN1tK3CE8Ul7kmP+Sx0LQTnvSw8=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SpuD9-0006kw-6D; Sat, 14 Jul 2012 04:44:16 +0000 From: Jan Beich To: freebsd-current@freebsd.org Date: Sat, 14 Jul 2012 01:21:03 -0300 MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SpuD9-0006kw-6D@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: Jung-uk Kim Subject: fetch(1) fails with https:// - Authentication error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 04:46:06 -0000 It seems recent OpenSSL update broke fetch(1) for me. $ diff -u $SRC_BASE/crypto/openssl/apps/openssl.cnf /etc/ssl/openssl.cnf $ fetch https://foo/bar fetch: https://foo/bar: Authentication error Same error as with the patch for 1.0.0d from a year ago and same workaround - s/SSLv23_client_method/SSLv3_client_method/. -- FreeBSD 10.0-CURRENT #0 r238415: Fri Jul 13 07:18:02 UTC 2012 foo@bar:/home/blah/.cache/a/freebsd/sys/a/misc/MODULAR amd64 world built with clang