java - Axis2 2-way ssl handshake URL Filter -
this setup have
axis 2 java 6 websphere 7
after lot of issues made axis 2 work in websphere 7 need implement 2 way ssl handshake seems need implement own sslprotocol factory apache httpclient.
but catch here .i need ssl cert check service deployed in it. there totally 2 services.and need ssl check 1 service.
there url filter can implement can make sure ssl works service intend not whole project
can me. been struggling issue weeks.
you may have write own ssl socket factory implements filtering want. starting point, axis2 includes 2 ssl socket factory implementations disable cert checking. this one sun java, while this one ibm's jdk. this question has example of setting axis2 use custom ssl socket factory.