mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
minor postConnectionCheck fix
This commit is contained in:
parent
662e935bdf
commit
6ac9d358af
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue