John, I haven't tried this myself, but it sounds like you
could use some pain relief for that head smashing, so I'll throw
a couple ideas across the pond (Ames pond that is :-)...
Searching on this topic (your own socket factory), I found
the following related thread in the archive:
and
..Mike From: John Maynard [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 5:07 PM To: [EMAIL PROTECTED] Subject: Using custom TrustManager in Apache Axis for Java 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 |
- Using custom TrustManager in Apache Axis for Java John Maynard
- RE: Using custom TrustManager in Apache Axis for Java Rajal Shah
- RE: Using custom TrustManager in Apache Axis for Java John Maynard
- Mike Burati