From owner-freebsd-python@FreeBSD.ORG Wed Aug 29 19:00:11 2012 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB3F6106566B for ; Wed, 29 Aug 2012 19:00:11 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2.mail.yandex.net (forward2.mail.yandex.net [IPv6:2a02:6b8:0:602::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD0D8FC12 for ; Wed, 29 Aug 2012 19:00:11 +0000 (UTC) Received: from smtp1.mail.yandex.net (smtp1.mail.yandex.net [77.88.46.101]) by forward2.mail.yandex.net (Yandex) with ESMTP id E936312A1918; Wed, 29 Aug 2012 23:00:09 +0400 (MSK) Received: from smtp1.mail.yandex.net (localhost [127.0.0.1]) by smtp1.mail.yandex.net (Yandex) with ESMTP id C55A8AA0795; Wed, 29 Aug 2012 23:00:09 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp1.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 084eDGl2-094qgx0h; Wed, 29 Aug 2012 23:00:09 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1346266809; bh=6ihPLM8BGtnGAX1mREfNOAbgDjvZBhetkMngTznJE5Q=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=JJc1wyMEKjkjk3DeAERJveM+j3sc8nksdbGFshYQVGLh0Vi5nFtHO4FGzo5jbelja J4AW6axCGMWdU1XvVQouAWhZsL6GGIl+uqYVQSw3lnJfqr2ZGS6MR8EQ0JKqGQ733k m92saeAsftnDjwWJOfQiQGiiN67cIifsy1+caXq8= Message-ID: <503E66B5.2020809@yandex.ru> Date: Wed, 29 Aug 2012 23:00:05 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120823 Thunderbird/14.0 MIME-Version: 1.0 To: Alexander Kapshuk References: <50312651.7020202@gmail.com> In-Reply-To: <50312651.7020202@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python@FreeBSD.org Subject: Re: Mercurial CA Certificates X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 19:00:11 -0000 Hi, Alexander Kapshuk wrote on 19.08.2012 21:45: > How do I add an CA Certificate for Mercurial on FreeBSD please? > > :; uname -a > FreeBSD box2 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Fri Aug 17 > 21:53:39 EEST 2012 root@box2:/usr/obj/usr/src/sys/GENERIC i386 > > :; pkg_info -xc mercurial | sed 1q > Information for mercurial-2.3: > > Thanks. As far I understand, FreeBSD doesn't come prepackaged with root CA certificates like other systems do (it's not 146%, but seems so). So, I'd follow recommendation from [1] in part "2.7. Other platforms". - download CA list from [2] - put this lines into your ~/.hgrc: [web] cacerts = /place/where/you/put/cacert.pem Hope this helps. [1] http://mercurial.selenic.com/wiki/CACertificates [2] http://curl.haxx.se/docs/caextract.html -- Regards, Ruslan Tinderboxing kills... the drives.