Is there a workaround for reactor.connectSSL() blocking during the SSL handshake?

I dug around and found some indications that it could be a problem fixed in Python 2.6 and 3.0, but also that its something that is worked around in Twisted, but I havent been able to find any reference to the issue with Twisted specifically.

TKiel