Re: [Twisted-Python] twisted ssl server and client

2014-11-10 Thread Tracy Email
Do I have to sue this company? Stop sending me emails! Sent from my iPhone > On Nov 10, 2014, at 7:20 AM, John Aherne wrote: > > Hynek > > Well, thank you very much! > > Put it in and tested with request package and all seems to be working. > > Will test it later with the real system. > > T

[Twisted-Python] twisted ssl server and client

2014-11-10 Thread John Aherne
Hynek Well, thank you very much! Put it in and tested with request package and all seems to be working. Will test it later with the real system. That has saved me a lot of hassle. -- *John Aherne* *www.rocs.co.uk * 020 7223 7567 _

[Twisted-Python] twisted ssl server and client

2014-11-10 Thread John Aherne
> Thanks. That link may be just what I need. I'll see how I get on. -- *John Aherne* *www.rocs.co.uk * 020 7223 7567 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com h

Re: [Twisted-Python] twisted ssl server and client

2014-11-10 Thread Hynek Schlawack
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 –

[Twisted-Python] twisted ssl server and client

2014-11-10 Thread John Aherne
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. Here is what I am doing so far to see what is happening. Bu I think I am getting further and further from what I should be doing. If anyone can point out what mu

[Twisted-Python] twisted ssl server and client

2014-11-09 Thread John Aherne
Hynek Thanks for the information. Very interesting. I was wondering how to get the mozilla cert package. For the server I need to provide a certificate that can be verified by an external source. I used the requests package to test that it could verify my certificate without knowing exactly wha

Re: [Twisted-Python] twisted ssl server and client

2014-11-09 Thread Hynek Schlawack
John, On 7 Nov 2014, at 14:14, John Aherne wrote: Thanks for the reply. In the end I took the examples in the docs and changed them to fit. So I have ended up with something that seems to work. But I wouldn't mind if someone can tell me if what I have done is miles wrong or spot on or could

[Twisted-Python] twisted ssl server and client

2014-11-07 Thread John Aherne
Thanks for the reply. In the end I took the examples in the docs and changed them to fit. So I have ended up with something that seems to work. But I wouldn't mind if someone can tell me if what I have done is miles wrong or spot on or could do with improvement or you have missed the point compl

Re: [Twisted-Python] twisted ssl server and client

2014-11-06 Thread Glyph
> On Nov 5, 2014, at 11:54 AM, John Aherne wrote: You're asking a lot of questions in your original message, so let me just focus on this one: > The docs seem to say that on Windows there is no cert store to be used as > trustRoot. > > If anyone can throw some light on this I would be very gr

[Twisted-Python] twisted ssl server and client

2014-11-05 Thread John Aherne
Apologies in advance for the rather basic questions I have here, but I am a bit stuck. I am looking at ssl with twisted 14.0.0 I have loaded all the dependencies crypto, pycrypto, service_identity, six, idna, cffi, pyasn1, pyopenssl 0.14, openssl 1.0.1g I am running this on windows7, windows 200