I am trying to run a twisted script that uses SSL on Windows 7 32bit (Python 2.7.8). The script works without error under OSX. I have installed pyOpenSSL via pip and also OpenSSL for Windows, yet when running the application I get:
ERROR [Failure instance: Traceback (failure with no frames): <class 'twisted.web
._newclient.ResponseNeverReceived'>: [<twisted.python.failure.Failure <class 'Op
enSSL.SSL.Error'>>]
]
In windows, "from OpenSSL import SSL"
works fine. I have searched for a solution without success. Is there some special configuration that needs to be done to get SSL working with twisted under windows? Thanks