Newsgroups: php.doc,php.internals,php.pear.dev,php.pecl.dev Path: news.php.net Xref: news.php.net php.doc:969382804 php.internals:53282 php.pear.dev:54305 php.pecl.dev:8360 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47271 invoked from network); 14 Jun 2011 17:12:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2011 17:12:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:38699] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/F5-11386-D6697FD4 for ; Tue, 14 Jun 2011 13:12:14 -0400 Received: by pwj3 with SMTP id 3so2915657pwj.29 for ; Tue, 14 Jun 2011 10:12:10 -0700 (PDT) Received: by 10.68.3.233 with SMTP id f9mr2894258pbf.464.1308071530524; Tue, 14 Jun 2011 10:12:10 -0700 (PDT) Received: from [172.24.140.69] ([66.220.144.74]) by mx.google.com with ESMTPS id p5sm5708503pbk.36.2011.06.14.10.12.09 (version=SSLv3 cipher=OTHER); Tue, 14 Jun 2011 10:12:09 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Jun 2011 10:12:08 -0700 Message-ID: <93084F21-E425-4257-AE53-4DEA2549F027@macvicar.net> To: PHP internals , pecl-dev@lists.php.net, pear-dev@lists.php.net, phpdoc@lists.php.net Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: Migration of SVN commit access to SSL From: scott@macvicar.net (Scott MacVicar) A few minutes ago I forced all commit access for svn.php.net to be over = SSL, if you try to commit over regular HTTP you'll get a 403 error. Migrating from http to https is a single command. See: https://wiki.php.net/vcs/https-svn - Scott=