From owner-freebsd-ports@FreeBSD.ORG Fri Aug 2 08:16:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81118EC9 for ; Fri, 2 Aug 2013 08:16:23 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40C952A95 for ; Fri, 2 Aug 2013 08:16:23 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id z10so173946qcx.32 for ; Fri, 02 Aug 2013 01:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=votYwJcY19Yz6/0XWdxuqH5CwXmLy2ygTQiNK0hKaD0=; b=CJUs/vdqM80lrYWPgDjSDTGsOvWQRogjiIABYc5QUzUqFQOJ7RZcW3I4zLd+YO2041 8jrfQi+mDUV6JdYErlENmswPWGNMVWfm7TewbnTUUKNJpt4gOVBXLXBRqKSxfG5icuwx LrspHI0puMJnU7svEZnmWPPBU1mFGH2rQFMr1T3/fhsf9u8YUbpe4VjloTXNRweUpGs7 z34US7ZeZAUtkXtzUMMaLj8Qj+w+SJBgvlRpg8uceeb4+Um1eN2frEzBG28eUyvQ6Uvn kM4tOUKbpHvx0FZqMW0f2HxBwrwUh38jYse5/izpqB/Kj1Pk0ocEDs7jeEH0xGTWF6WA Nsww== MIME-Version: 1.0 X-Received: by 10.49.25.15 with SMTP id y15mr2476885qef.60.1375431382163; Fri, 02 Aug 2013 01:16:22 -0700 (PDT) Received: by 10.224.78.194 with HTTP; Fri, 2 Aug 2013 01:16:22 -0700 (PDT) In-Reply-To: <201308020810.r728Axxq033916@mech-cluster241.men.bris.ac.uk> References: <201308020810.r728Axxq033916@mech-cluster241.men.bris.ac.uk> Date: Fri, 2 Aug 2013 11:16:22 +0300 Message-ID: Subject: Re: Error validating server certificate for 'https://svn0.us-east.freebsd.org:443': From: Kimmo Paasiala To: mexas@bris.ac.uk Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 08:16:23 -0000 On Fri, Aug 2, 2013 at 11:10 AM, Anton Shterenlikht wrote: > # svn up /usr/ports/ > Updating '/usr/ports': > Error validating server certificate for 'https://svn0.us-east.freebsd.org:443': > - The certificate is not issued by a trusted authority. Use the > fingerprint to validate the certificate manually! > - The certificate hostname does not match. > Certificate information: > - Hostname: svnmir.ysv.FreeBSD.org > - Valid: from Jul 29 22:01:21 2013 GMT until Dec 13 22:01:21 2040 GMT > - Issuer: clusteradm, FreeBSD.org, (null), CA, US (clusteradm@FreeBSD.org) > - Fingerprint: 1C:BD:85:95:11:9F:EB:75:A5:4B:C8:A3:FE:08:E4:02:73:06:1E:61 > (R)eject, accept (t)emporarily or accept (p)ermanently? > > What's going on? > > Thanks > > Anton > The DNS name for the SVN mirror was changed a few days ago into a CNAME that points to svnmir.ysv.FreeBSD.org and it no longer matches the certificate that you have saved on your system, hence the complaint. It's safe to accept the "new" cert. -Kimmo