Re: [Twisted-Python] Fwd: Trouble with session id reuse/disabling with twisted TLS

2014-04-30 Thread Henrik Thostrup Jensen
Hi On 30 April 2014 19:26, Phil Mayers wrote: > > https://twistedmatrix.com/documents/12.0.0/core/howto/ssl.html#auto2 > > ...seems to work fine for me on both Twisted 12.1.0 / pyOpenSSL 0.13.1 and > Twisted 13.2.0 / pyOpenSSL 0.14. I'm testing using: > > openssl s_client -connect host:port -reco

Re: [Twisted-Python] Fwd: Trouble with session id reuse/disabling with twisted TLS

2014-04-30 Thread Phil Mayers
On 30/04/14 17:43, Henrik Thostrup Jensen wrote: Hi I have a twisted service, which uses TLS and I seeing some odd behaviour. New connections are accepted fine, but if a client tries to re-use a TLS session id with a new connection, the services rejects the connection. This example: https://

[Twisted-Python] Fwd: Trouble with session id reuse/disabling with twisted TLS

2014-04-30 Thread Henrik Thostrup Jensen
Hi I have a twisted service, which uses TLS and I seeing some odd behaviour. New connections are accepted fine, but if a client tries to re-use a TLS session id with a new connection, the services rejects the connection. Poking at the TLS module I added the following line to help me figure out w