minor postConnectionCheck fix

This commit is contained in:
James Kasten 2012-07-10 17:00:59 -04:00
parent 662e935bdf
commit 6ac9d358af

View file

@ -55,7 +55,7 @@ def verify_challenge(address, r, nonce):
#Consider placing try/catch block around wrong host exception
#or fix M2Crypto to handle SANs appropriately
postConnectionCheck = None
M2Crypto.SSL.Connection.postConnectionCheck = None
conn = M2Crypto.SSL.Connection(context)
sni_support.set_sni_ext(conn.ssl, sni_name)