You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Karr, David" <Da...@wamu.net> on 2003/06/05 19:56:46 UTC

[httpclient] Q about how HttpClient handles "trust stores" in SSL, vs. how Axis does it

I don't know a lot about this, but I had a colleague who was having some
trouble getting an SSL connection working from Axis.  I thought this was
curious, because when I plugged in HttpClient for an SSL connection, it
worked on the first try.  He, however, is getting some error about
"unable to validate trust store" or something like that.  He's
apparently finding that he needs to deploy a different SocketFactory, or
something, that handles trust stores in a different way.  Does anyone
know this works out of the box in HttpClient, but requires more work in
Axis?