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 _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
