Re: ssl verify callback called multiple times for each request
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <20111005234159.23178.1138968082.divmod.xquotient.0@localhost.localdomain> |
On 04:39 pm, [email protected] wrote: >Hello, I'm wondering why the verify callback is called multiple times >for >each request. I get 2 invalid callbacks and 1 valid callback. The 2 >invalids are errnum 18, then 26...then a valid callback. > >I used https://help.ubuntu.com/community/OpenSSL for ca, and signed >server >and client certificates. It's called back once for each certificate in the certificate chain presented by the peer. Jean-Paul