Question

How to set compression method for SSL/TLS connection created with M2Crypto and TwistedProtocolWrapper

Was it helpful?

Solution

Build openssl with zlib support and select SSL context to use tlsv1 method solve the problem

M2Crypto.SSL.Context('tlsv1')

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top