session.transport._asyncio_transport :)
(Pdb) p session.transport._asyncio_transport.get_extra_info('peername')
('23.88.0.175', 50002)
(Pdb) p session.transport._asyncio_transport.get_extra_info('peercert')
{}
blargh, is this not an ssl connection?
