Hi,

I am developing an axis based soap client to talk to a soap server (gsoap
based) using ssl mutual authentication. As some of you experts had
suggested, I simply added some system properties on the client side for
keystore, truststore etc and it all worked fine i.e. ssl handshake and web
service call. However the thing is that I need to kind of interrupt the ssl
handshake process and verify some specific fields in the certificate
presented by the server. Something like ssl handshake callback
(HandshakeCompletedListener) either during the handshake or after the
handshake is done and if the verification fails then I need to raise an
error. Any ideas how can I achieve this. Any any help will be highly
appreciated.

thanks,
Deep

Reply via email to