docker: buildslave: make TLS working
authorPetr Štetiar <ynezz@true.cz>
Sat, 6 Mar 2021 05:45:38 +0000 (06:45 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 6 Mar 2021 05:50:04 +0000 (06:50 +0100)
commitde80fd33928903e6fd3ec456b908a2968b93df63
tree12d2a1b178f321d8aac00d22d5c8e20c87998b4d
parentdb4c7476536c0eeb43ce13692c2885e2d896492d
docker: buildslave: make TLS working

It seems like twisted actually needs SSL in the connection string,
otherwise it will get stuck in the following endless loop:

 [buildbot_worker.pb.BotFactory#info] Starting factory <buildbot_worker.pb.BotFactory object at 0x7ff40f19e080>
 [twisted.application.internet.ClientService#info] Scheduling retry 1 to connect <twisted.internet.endpoints._WrapperEndpoint object at 0x7ff410352978> in 2.1271975799063436 seconds.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildslave/files/start.sh