I'm guessing that a peer cert is just not what I am hoping it is, some other thing.
(Pdb) p session.transport._asyncio_transport.get_extra_info('cipher')
('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
(Pdb) p session.transport._asyncio_transport.get_extra_info('sslcontext')
<ssl.SSLContext object at 0xffffb794c640>
(Pdb) p session.transport._asyncio_transport.get_extra_info('ssl_object')
<ssl.SSLObject object at 0xffffb7930c70>
