<div dir="ltr">Thank you</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 11, 2020 at 3:32 AM Ryan Schmidt <<a href="mailto:buildbot@ryandesign.com">buildbot@ryandesign.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Jun 10, 2020, at 16:06, honas graelwrote:<br>
<br>
> I am playing with buildbot I've got a setup just master and worker on 2 separate virtual machines.<br>
> I want to set up the URL to make use of HTTPS, So far I've found that i can do<br>
> <a href="http://docs.buildbot.net/current/manual/configuration/global.html#cfg-titleURL" rel="noreferrer" target="_blank">http://docs.buildbot.net/current/manual/configuration/global.html#cfg-titleURL</a><br>
> c['title'] = "Buildbot"<br>
> c['titleURL'] = "<a href="http://mybuildbot/" rel="noreferrer" target="_blank">http://mybuildbot/</a>"<br>
> I want to change the title url to use https and not http<br>
> I don't know much about SSL or TLS. Could someone <br>
> point me at how I can configure my buildbot setup to use https<br>
<br>
<a href="http://docs.buildbot.net/current/manual/configuration/www.html" rel="noreferrer" target="_blank">http://docs.buildbot.net/current/manual/configuration/www.html</a><br>
<br>
"Note that SSL is not supported. To host Buildbot with SSL, use an HTTP proxy such as lighttpd, nginx, or Apache."<br>
<br>
<br>
</blockquote></div>