Connecting Tech Pros Worldwide Help | Site Map

Python ssl client authentication

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 2 '09
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?
Reply