[Buildbot] #2880: TLS support for BuildMaster <--> BuildSlave

Buildbot trac trac at buildbot.net
Sat Sep 13 02:01:14 UTC 2014


#2880: TLS support for BuildMaster <--> BuildSlave
-------------------------+--------------------
Reporter:  sa2ajj        |       Owner:
    Type:  enhancement   |      Status:  new
Priority:  minor         |   Milestone:  0.9.+
 Version:  0.8.9         |  Resolution:
Keywords:  master-slave  |
-------------------------+--------------------
Changes (by dustin):

 * priority:  major => minor
 * type:  undecided => enhancement
 * milestone:  undecided => 0.9.+


Comment:

 A brief bit of experimentation shows that on the master,
 {{{
 c['slavePortnum'] =
 ''ssl:9999:privateKey=/tmp/key.pem:certKey=/tmp/crt.pem'
 }}}
 works.

 However, the slave is not so lucky -- it instantiates an
 `internet.TCPClient` directly, using separate host and port parameters.

 So this will need some code change on the slave in order to support TLS
 connections.

--
Ticket URL: <http://trac.buildbot.net/ticket/2880#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list