[Twisted-Python] Re: SSL: Getting the client certificate
David Bolen
db3l.net at gmail.com
Thu Aug 30 13:47:57 MDT 2007
Dirk Loss <lists at dirk-loss.de> writes:
> But I could not get your SSL server and client to work. At least not
> completely: After printing the server's certificates (server.pem and
> ca.pem), the client quits with the following error:
Did you fix the stray "False" I left in the server _verify routine? I
just noticed that it was still there from when I tested (before
writing the response), so instead of returning the value of "ok" it's
explicitly failing in all cases.
Sorry about that.
-- David
More information about the Twisted-Python
mailing list