This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am bretwalker on github. | |
* I am bretw (https://keybase.io/bretw) on keybase. | |
* I have a public key whose fingerprint is 971B F2FA BEF3 E233 117D 7D8C 0F65 149A F6D8 E897 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am bretwalker on github. | |
* I am bretw (https://keybase.io/bretw) on keybase. | |
* I have a public key whose fingerprint is E33F CF66 89E7 9213 4E31 27D6 32D6 09F5 7736 E218 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from M2Crypto import SSL | |
from M2Crypto.SSL.Checker import SSLVerificationError, NoCertificate, WrongCertificate, WrongHost | |
import socket, re | |
from datetime import datetime | |
import pytz | |
class ValidationResults: | |
def __init__(self): | |
self.connection_error = False |