How to set compression method for SSL/TLS connection created with M2Crypto and TwistedProtocolWrapper
Asked
Active
Viewed 268 times
1 Answers
0
Build openssl with zlib support and select SSL context to use tlsv1 method solve the problem
M2Crypto.SSL.Context('tlsv1')

estin
- 3,051
- 1
- 24
- 31