von / PerProxy

A python-based proxy that uses Perspectives to detect and thwart SSL MITM attacks.
7 stars 2 forks source link

Need to call M2Crypto.theading.init() #10

Closed von closed 13 years ago

von commented 13 years ago

Noticed this in the M2Crypto FAQ today:

You need to call M2Crypto.threading.init() to initialize threading mode before use, and cleanup() to end threading support.

I haven't noticed any problems, but seems like something that should be done since I'm spawning off a thread to handle each connection.