[Twisted-Python] twisted.internet.ssl

Jason Litzinger jlitzingerdev at gmail.com
Wed Oct 25 23:13:51 MDT 2017


On Wed, Oct 25, 2017 at 08:07:26PM +0000, Enoch W. wrote:
> A known bug?
Hello Enoch,
A question, does the server have an intermediate cert that it is using?  
If so, then the problem might be that your trust root needs both the CA 
and intermediate.

I have some https test code I hacked together a while back (neither
reviewed nor heavily tested, but same general idea).
https://github.com/jlitzingerdev/twisted-benchmarks/blob/https-benchmark/web_https.py

If I omit the intermediate cert I get the same error.

Cheers,
-Jason




More information about the Twisted-Python mailing list