[Twisted-Python] "mind" introduced strangely in pb howto

Tobias Oberstein tobias.oberstein at tavendo.de
Thu Oct 24 04:44:32 MDT 2013


> Your server definitely sends three certificates - that's surprising/confusing.
> 
> Could you double-check how you've achieved that? If you google for chain
> certs & Twisted you'll find all kinds of monkey patches to achieve that; and
> when I run twistd -n web with a pem that has multiple certificates I still get
> sent only one from the server. I feel like I'm missing something.

Ok, sorry, I forgot totally about it .. but this is what we do:

https://github.com/crossbario/crossbar/blob/master/crossbar/crossbar/tlsctx.py#L73

It indeed relies on "use_certificate_chain_file".

Sorry. My fault: it needs patching.

/Tobias



More information about the Twisted-Python mailing list