[pypy-issue] Issue #2376: buildbot.pypy.org is not available over HTTPS (pypy/pypy)

Amber Brown issues-reply at bitbucket.org
Tue Aug 23 15:00:32 EDT 2016


New issue 2376: buildbot.pypy.org is not available over HTTPS
https://bitbucket.org/pypy/pypy/issues/2376/buildbotpypyorg-is-not-available-over

Amber Brown:

This is an issue if you are downloading, say, nightly builds.

For Twisted, we install txacme from PyPI and pass the following to the WebStatus:

```
#!python

http_port='le:certs:tcp:port=443:interface=0.0.0.0',
```

We then have a service that redirects all HTTP traffic to HTTPS with 302s.

I am guessing this would go here: https://bitbucket.org/pypy/buildbot/src/879f3ec8e19a3d5b21c138248bd6fec93005e3ae/bot2/pypybuildbot/master.py?at=default&fileviewer=file-view-default#master.py-31





More information about the pypy-issue mailing list