Created
July 19, 2015 18:45
-
-
Save JamesTheBard/f04294054a21adec0cf2 to your computer and use it in GitHub Desktop.
SSL is good.
This file contains 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
1 jweatherly@jweatherly-Precision-T5610 ~/Code/sergeant % python client.py :( | |
('127.0.0.1', 12345) | |
('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) | |
{'issuer': ((('countryName', u'US'),), | |
(('stateOrProvinceName', u'South Carolina'),), | |
(('localityName', u'Charleston'),), | |
(('organizationName', u'Internet Widgits Pty Ltd'),)), | |
'notAfter': 'Jul 18 18:11:30 2016 GMT', | |
'notBefore': u'Jul 19 18:11:30 2015 GMT', | |
'serialNumber': u'CF9728D544401B7A', | |
'subject': ((('countryName', u'US'),), | |
(('stateOrProvinceName', u'South Carolina'),), | |
(('localityName', u'Charleston'),), | |
(('organizationName', u'Internet Widgits Pty Ltd'),)), | |
'version': 3L} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment