I have been able to ssl.wrap_socket to require client authentication, but I want to be able to have conditionals based on whether or not the client authentication was successful or not. It would seem I would need to override something in the ssl module to catch the exception, but the docs on the ssl module arent exactly that defined, any help please?