Skip to content

Instantly share code, notes, and snippets.

@JamesTheBard
Created July 19, 2015 18:45
Show Gist options
  • Save JamesTheBard/f04294054a21adec0cf2 to your computer and use it in GitHub Desktop.
Save JamesTheBard/f04294054a21adec0cf2 to your computer and use it in GitHub Desktop.
SSL is good.
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