Re: [Twisted-Python] HTTP/2 and getPeerCertificate

2017-08-26 Thread Glyph
> On Aug 25, 2017, at 2:50 PM, Lance Kurisaki wrote: > > With HTTP/1.1, I used to be able to call > request.transport.getPeerCertificate(). When the client uses HTTP/2, however, > it seems that request.transport is None. How does one access the transport > with HTTP/2? Thank you... >

[Twisted-Python] HTTP/2 and getPeerCertificate

2017-08-25 Thread Lance Kurisaki
With HTTP/1.1, I used to be able to call request.transport.getPeerCertificate(). When the client uses HTTP/2, however, it seems that request.transport is None. How does one access the transport with HTTP/2? Thank you...            Lance___ Twisted-Pyth