> 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...
>
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