Re: [pypy-dev] [Infrastructure] https pypy.org has got an invalid certificate now

2018-06-08 Thread M.-A. Lemburg
Thanks, Ernest. On 08.06.2018 21:00, Ernest W. Durbin III wrote: > This is resolved. > > The certificate provided for pypy.org was “forgotten” by the chef > configuration on the load balancers in our OSUOSL infrastructure. It > appears that some tidy up work I performed in removing old hosts > in

Re: [pypy-dev] [Infrastructure] https pypy.org has got an invalid certificate now

2018-06-08 Thread Ernest W. Durbin III
This is resolved. The certificate provided for pypy.org was “forgotten” by the chef configuration on the load balancers in our OSUOSL infrastructure. It appears that some tidy up work I performed in removing old hosts inadvertently disrupted the delicate balance. I’ve rerun chef a couple times to

Re: [pypy-dev] [Infrastructure] https pypy.org has got an invalid certificate now

2018-06-08 Thread Ernest W. Durbin III
On June 8, 2018 at 1:45:58 PM, M.-A. Lemburg (m...@egenix.com) wrote: It looks like pypy.org is run on PSF infrastructure: virt-y8pzvf.psf.osuosl.org. That’s correct. We'd have to get a new certificate for it. I am a bit surprised that we have a wildcard certificate on one of the OSU VM. Shou

Re: [pypy-dev] [Infrastructure] https pypy.org has got an invalid certificate now

2018-06-08 Thread M.-A. Lemburg
It looks like pypy.org is run on PSF infrastructure: virt-y8pzvf.psf.osuosl.org. We'd have to get a new certificate for it. I am a bit surprised that we have a wildcard certificate on one of the OSU VM. Shouldn't this only be installed on front.python.org ? Thanks. On 08.06.2018 19:07, Alex G

Re: [pypy-dev] [ZODB] Django-hotsauce/ZODB 5.4.0/PyPy nightly sprint!!

2018-06-08 Thread Mauro Amico
seems to me really similar to https://github.com/zopefoundation/ZEO/pull/96 try to upgrade to ZEO 5.1.2 mauro. Il Ven 8 Giu 2018, 03:29 Etienne Robillard ha scritto: > Yo people I'm doing a nightly hacking sprint for django-hotsauce on pypy > and got some cool bugs I would like to share: > > Tr

Re: [pypy-dev] https pypy.org has got an invalid certificate now

2018-06-08 Thread Matti Picus
On 08/06/18 10:02, Armin Rigo wrote: Hi, Who knows how to fix this? https://pypy.org/ complains that it has got an invalid certificate. Armin Thanks for the heads up. The site is hosted on python.org infrastructure and they fixed the problem. Matti _

Re: [pypy-dev] https pypy.org has got an invalid certificate now

2018-06-08 Thread Matt Billenstein
A very simple tool i built a couple years ago - it’ll send you an email if the cert on a given domain is less than 10 days from expiring: https://ismycertexpired.com/check?domain=Pypy.org M -- Matt Billenstein m...@vazor.com > On Jun 8, 2018, at 1:07 PM, Alex Gaynor wrote: > > Adding the PSF

Re: [pypy-dev] https pypy.org has got an invalid certificate now

2018-06-08 Thread Alex Gaynor
Adding the PSF infra group. Alex On Fri, Jun 8, 2018, 1:03 PM Armin Rigo wrote: > Hi, > > Who knows how to fix this? https://pypy.org/ complains that it has > got an invalid certificate. > > > Armin > ___ > pypy-dev mailing list > pypy-dev@python.org

[pypy-dev] https pypy.org has got an invalid certificate now

2018-06-08 Thread Armin Rigo
Hi, Who knows how to fix this? https://pypy.org/ complains that it has got an invalid certificate. Armin ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Adding support for PEP526: variable annotations

2018-06-08 Thread Tin Tvrtković
Hi Armin, thanks for the tip. I actually need the annotations in runtime to do serialization / deserialization (using two my libraries, cattrs and another one for which I haven't written the docs yet). I use annotated attrs classes. Usually I just move the type annotations from the annotation synt

Re: [pypy-dev] [ZODB] Django-hotsauce/ZODB 5.4.0/PyPy nightly sprint!!

2018-06-08 Thread Etienne Robillard
Le 2018-06-08 à 02:25, Mauro Amico a écrit : seems to me really similar to https://github.com/zopefoundation/ZEO/pull/96 try to upgrade to ZEO 5.1.2 mauro. Hey man! Thanks for the heads up! Looks like I messed up again... :) That error was caused because my zodb database file was out of

Re: [pypy-dev] [ZODB] Django-hotsauce/ZODB 5.4.0/PyPy nightly sprint!!

2018-06-08 Thread Etienne Robillard
Le 2018-06-08 à 02:25, Mauro Amico a écrit : seems to me really similar to https://github.com/zopefoundation/ZEO/pull/96 try to upgrade to ZEO 5.1.2 mauro. Hey man! Thanks for the heads up! Looks like I messed up again... :) That error was caused because my zodb database file was out of