Greetings all, I’ve been smashing my head against a wall for the
better part of 3 days now trying to get Axis to use a custom TrustManager. I initialize the SSL context (in java’s
JSSE) with my own list of trusted certs, with no
luck. I’ve also attempted to implement my own SecureSocketFactory with the call to “AxisProperties.setClassDefault(SecureSocketFactory.class, "MySocketFactory");” , but my class is never
picked up and always defaults to JSSESocketFactory. I’m running out of ideas, if anyone has any insight I’d
be forever grateful. Thanks in advance for your response. Regards, -John |