Re: [Twisted-Python] TCP startTLS() negotiation

2009-08-17 Thread exarkun
On 15 Aug, 04:49 pm, kgeo...@tcpsoft.com wrote: >I've noticed some behavior when negotiating TLS using startTLS(). I'm >starting TLS on both sides of the connection at the same time to >validate >peer certificates using a custom callback. If I call startTLS() >without >any subsequent writes to

[Twisted-Python] TCP startTLS() negotiation

2009-08-15 Thread Kyle George
I've noticed some behavior when negotiating TLS using startTLS(). I'm starting TLS on both sides of the connection at the same time to validate peer certificates using a custom callback. If I call startTLS() without any subsequent writes to the socket the negotiation never completes. However,