Python ssl client authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • likwidfire
    New Member
    • Oct 2009
    • 1

    Python ssl client authentication

    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?
Working...