Re: [Twisted-Python] twisted.web HTTPS client certificate

2021-07-12 Thread Glyph
> On Jul 12, 2021, at 1:05 AM, Adi Roiban wrote: > > On Mon, 12 Jul 2021 at 08:09, Ian Haywood > wrote: > I am trying to work out how to retrieve on the server a X.509 > certificate presented by the HTTPS client. This code tries to tell me > the transport has no p

Re: [Twisted-Python] twisted.web HTTPS client certificate

2021-07-12 Thread Adi Roiban
On Mon, 12 Jul 2021 at 08:09, Ian Haywood wrote: > I am trying to work out how to retrieve on the server a X.509 > certificate presented by the HTTPS client. This code tries to tell me > the transport has no peer certificate. > > same error when I use wget as a client so I think my problem is in

Re: [Twisted-Python] twisted.web HTTPS client certificate

2021-07-12 Thread Glyph
> On Jul 12, 2021, at 12:07 AM, Ian Haywood wrote: > > I am trying to work out how to retrieve on the server a X.509 certificate > presented by the HTTPS client. This code tries to tell me the transport has > no peer certificate. > > same error when I use wget as a client so I think my probl

[Twisted-Python] twisted.web HTTPS client certificate

2021-07-12 Thread Ian Haywood
I am trying to work out how to retrieve on the server a X.509 certificate presented by the HTTPS client.  This code tries to tell me the transport has no peer certificate. same error when I use wget as a client so I think my problem is in the server code. I'm using self-signed certificates A