[Twisted-Python] twisted ssl server and client

Hynek Schlawack hs at ox.cx
Mon Nov 10 03:48:15 MST 2014


On 10 Nov 2014, at 11:32, John Aherne wrote:

> So I am now looking at CertificateOptions in more detail.
>
> But I am stuck trying to figure out how to add my GoDaddy cert to 
> trustRoot.

You don’t need trustRoot for servers.  You need to supply an 
extraCertChain which – as I’ve mentioned before – is easiest with 
the help of pem: https://github.com/hynek/pem#twisted




More information about the Twisted-Python mailing list