Re: [python-committers] New Authenticode certificate
On 21.01.2016 20:42, Steve Dower wrote: > On 21Jan2016 1031, M.-A. Lemburg wrote: >> I'm the one who handles the PSF StartSSL account and yes, >> they also do code signing certificates. > > Did they provide our current certificate? The root CA is VeriSign, not > StartCom. > > I have no particular issue with changing CA, but I really don't want multiple > PSF-labelled code > signing certificates floating around out there. We have switched to StartSSL for most of our certificate needs. Some certs are also created using Gandi (for a few externally hosted python.org subdomains) or Digicert (for fastly cached domains): https://wiki.python.org/psf/PSF%20SSL%20Certificates (you need a PSF wiki login to view the page) The older Verisign ones were from before the PSF attempted to centralize the certificate management. I'll send you the instructions on how to create a CSR for the cert offlist. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Jan 22 2016) >>> Python Projects, Coaching and Consulting ... http://www.egenix.com/ >>> Python Database Interfaces ... http://products.egenix.com/ >>> Plone/Zope Database Interfaces ... http://zope.egenix.com/ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ http://www.malemburg.com/ ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers
Re: [python-committers] push to devguide: "abort: authorization failed"
Sorry for the noise, I used the wrong URL for the repository. In fact, the last time that I pushed a change, it was on another computer, so I was confused. I should use ssh://h...@hg.python.org/devguide to push ;-) Victor 2016-01-22 9:24 GMT+01:00 Victor Stinner : > Hi, > > I wanted to fix a small typo in the devguide, but I'm unable to push > this morning. > > > haypo@smithers$ hg push --debug > pushing to https://hg.python.org/devguide/ > using https://hg.python.org/devguide/ > sending capabilities command > hg.python.org certificate successfully verified > query 1; heads > sending batch command > searching for changes > all remote heads known locally > preparing listkeys for "phases" > sending listkeys command > received listkey for "phases": 15 bytes > checking for updated bookmarks > preparing listkeys for "bookmarks" > sending listkeys command > received listkey for "bookmarks": 0 bytes > sending branchmap command > sending branchmap command > preparing listkeys for "bookmarks" > sending listkeys command > received listkey for "bookmarks": 0 bytes > 1 changesets found > list of changesets: > c7152e1accf8fae0037dbdd8221956f6f141219e > bundle2-output-bundle: "HG20", 4 parts total > bundle2-output-part: "replycaps" 155 bytes payload > bundle2-output-part: "check:heads" streamed payload > bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload > bundle2-output-part: "pushkey" (params: 4 mandatory) empty payload > sending unbundle command > sending 1073 bytes > abort: authorization failed > haypo@smithers$ hg path > default = https://hg.python.org/devguide/ ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers
[python-committers] push to devguide: "abort: authorization failed"
Hi, I wanted to fix a small typo in the devguide, but I'm unable to push this morning. haypo@smithers$ hg push --debug pushing to https://hg.python.org/devguide/ using https://hg.python.org/devguide/ sending capabilities command hg.python.org certificate successfully verified query 1; heads sending batch command searching for changes all remote heads known locally preparing listkeys for "phases" sending listkeys command received listkey for "phases": 15 bytes checking for updated bookmarks preparing listkeys for "bookmarks" sending listkeys command received listkey for "bookmarks": 0 bytes sending branchmap command sending branchmap command preparing listkeys for "bookmarks" sending listkeys command received listkey for "bookmarks": 0 bytes 1 changesets found list of changesets: c7152e1accf8fae0037dbdd8221956f6f141219e bundle2-output-bundle: "HG20", 4 parts total bundle2-output-part: "replycaps" 155 bytes payload bundle2-output-part: "check:heads" streamed payload bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload bundle2-output-part: "pushkey" (params: 4 mandatory) empty payload sending unbundle command sending 1073 bytes abort: authorization failed haypo@smithers$ hg path default = https://hg.python.org/devguide/ ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers