You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Werling, Kristof" <kr...@hp.com> on 2008/03/11 20:16:57 UTC

Unconnected sockets not implemented -- Issue

We are using a WSClient to call a web service. Works fine with http. Does not work with https. The Axis Error is : Unconnected sockets not implemented

However, when setting up a ssl connection in order to verify the key/trust store config it works just fine!

We tried a number of setups:

  -1- key and trust store were the same file. We used only file name to specify it (same dir as program)
  -2- key and trust store were the same file. Filename specified fully qualified
  -3- key and trust store are separate files, Filename was specified fully qualified for both.

Result is the same: Unconnected sockets not implemented

I found a number of entries here reporting the same, and also the web seems to be full of the issues. But there seems to be no solution.

Any help is very much appreciated!

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org