[users at bb.net] Setting HTTPS with buildbot

Ryan Schmidt buildbot at ryandesign.com
Thu Jun 11 02:32:44 UTC 2020



On Jun 10, 2020, at 16:06, honas graelwrote:

> I am playing with buildbot I've got a setup just master and worker on 2 separate virtual machines.
> I want to set up the URL to make use of HTTPS, So far I've found that i can do
> http://docs.buildbot.net/current/manual/configuration/global.html#cfg-titleURL
> c['title'] = "Buildbot"
> c['titleURL'] = "http://mybuildbot/"
> I want to change the title url to use https and not http
> I don't know much about SSL or TLS. Could someone 
> point me at how I can configure my buildbot setup to use https

http://docs.buildbot.net/current/manual/configuration/www.html

"Note that SSL is not supported. To host Buildbot with SSL, use an HTTP proxy such as lighttpd, nginx, or Apache."




More information about the users mailing list