I am using api only(no spring) 2 Way SSL with CXF successfully, but want to add my own handlers for any type of handshake exceptions, missing certs, ciphers, etc so that I can keep a log of failed attempts to access the service.
How can I add my own handlers to the SSL handshake/cert verification process?
Thanks, Chris
