[Twisted-Python] twisted.internet.ssl

2017-10-25 Thread Enoch W .
Hi, I am using a self-signed CA to issue server and client(s) certificates. My server is using the standard Python ssl module. One client, that is using twisted.internet.ssl, consistently fails to connect with: On the Server:[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:661),

Re: [Twisted-Python] twisted.internet.ssl

2017-10-25 Thread Jason Litzinger
On Wed, Oct 25, 2017 at 08:07:26PM +, 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