<div dir="ltr"><div><div><div>Hi!<br><br><br>I'm trying to authenticate a client by looking at their SSL certificate. I'm calling it from within an AMP responder (so, there's bytes going over the TLS transport already), and it's still None, so this is unrelated to calling it in connectionMade. That leads me to believe my client is doing something wrong...<br>

<br>I've followed the SSL howto on how to write a client that sends a client cert:<br><br><a href="https://twistedmatrix.com/documents/current/core/howto/ssl.html#auto9">https://twistedmatrix.com/documents/current/core/howto/ssl.html#auto9</a><br>

<br></div>My client is here:<br><br><a href="https://gist.github.com/lvh/d8d9f0b530d07a087da4">https://gist.github.com/lvh/d8d9f0b530d07a087da4</a><br><br></div>... but in the server's AMP protocol, self.transport.getPeerCertificate() is still None :/<br>

<br></div>Any idea what's going on?<br><br>cheers<br>lvh<br></div>