You need to setup an ssl provider.  This is unrelated to proxy. An ssl
provider can be done in code included below. More typically its configured
in the JAVA_HOME\jre\lib\security\java.security file. I dont remember the
proper configuration off hand.


      System.setProperty("java.protocol.handler.pkgs",
                         "com.sun.net.ssl.internal.www.protocol");
      java.security.Security.addProvider(new
com.sun.net.ssl.internal.ssl.Provider());

David Melgar
Web Services Toolkit Development
Emerging Technologies
[EMAIL PROTECTED]


[EMAIL PROTECTED] on 08/29/2001 05:50:21 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  HTTPS Support - getting error java.net.MalformedURLException




We have the new lib 2.2 with client side HTTPS Support.  We are trying
to test it along with an example, and we get
java.net.MalformedURLException.  Our example is based on addressbook, so
the client is invoked as
java samples.test1.Client https://localhost:7002/soap/servlet/rpcrouter
This rpcrouter is installed in BEA Weblogic Server 6.1 which uses HTTP
port 7001 and HTTPS port 7002.

We do not have a firewall between the client and the soap router, so we
are not using setProxyHost("proxy.sprint.com") and setProxyPort(80).

Does any one has any insight into getting the HTTPS working with new
SOAP libraries??  Any help is greatly appreciated.

Thanks!

Rudi Himawan
ph (972) 405-4044









Reply via email to