[Buildbot-devel] Slave/Master - Secure connection

Dustin J. Mitchell dustin at v.igoro.us
Sat Feb 23 15:18:51 UTC 2013


On Thu, Feb 21, 2013 at 9:02 AM, Esther Baruk <esther.baruk at lexifi.com> wrote:
> I was wondering if there is a way to make the slave connection to the
> master secure (with SSL for instance).
> I didn't find anything in the documentation on that subject.

I believe this can be done with a slavePort looking something like
'ssl:12345:privateKey=mykey.pen:certKey=cert.pem', and something
similar in the slave configuration.  More details here:
http://twistedmatrix.com/documents/12.0.0/api/twisted.internet.endpoints.serverFromString.html

I haven't verified that this works, but if it does, consider making a
github pull request to add it to the documentation?

Dustin




More information about the devel mailing list