0

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

estin
  • 3,051
  • 1
  • 24
  • 31

1 Answers1

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