Different exceptions are ouput to stdout when say a client doesn't provide a proper cert in 2 way SSL and various other reasons why the server is denying access.

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

Reply via email to