You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Wei Qian <We...@oracle.com> on 2001/04/02 22:19:15 UTC

Question for SOAP 2.1 with SSL

Hi, there:

The implementation to build SSLSocket via proxy in HTTPUtils.java and
SSLUtils.java
is quite different from the sample code from JSSE1.0.2. In my case, i found
that
SOAP is trying to build SSLSocket against my proxy server (it works in
HTTP), which
returns me an error message "unrecognized handshaking balala". After using
the
sample code from JSSE1.0.2, i was at least able to finish the handshaking
process.

Is there something missing or I missed something?

Please advise.

Thanks,

-Wei