Hi there, following the echoserver-ssl.py example, I was able to get up to speed and basically running my xmlrpc server on SSL. As usual, twisted makes it easy. Now my problem becomes this: I need to verify that the certificate on the other side (The client) is signed by me (or a known CA). How would one go about such task?