hi,
   There is support for the ssl in the webdav client library.
   Some configuration needs to be done for the VM on the cient side running
the Webdav Client classes.
   I am attaching the documentation that comes with the HttpClient class .

      /**
       * HTTP client main class.
       * <p>
       * HTTPS URLs are now supported.  To use HTTPS, you'll
       * need an implementation of the
       * <a href="http://java.sun.com/products/jsse/";>Java Secure Sockets
Extension</a>
       * installed and configured.  Make sure that you've enabled
       * the appropriate provider with your JRE (e.g., set
       * <br>
       *
<tt>security.provider.<i>&lt;n&gt;</i>=com.sun.net.ssl.internal.ssl.Provider
</tt>
       * <br>
       * in your JRE's <tt>java.security</tt> file) and with the
       * VM that is running the HttpClient (e.g., set the
       * system property <tt>java.protocol.handler.pkgs</tt>
       * to include your provider, such as
       * <tt>com.sun.net.ssl.internal.www.protocol</tt>
       * for the reference implementation of JSSE).

          rajkumar
 

-----Original Message-----
From: Jiantao Pan [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 28, 2001 12:54 PM
To: [EMAIL PROTECTED]
Subject: SSL support in webdav client library


Hi,
  It seems to me that the webdav client library currently does not
support SSL. Correct me if I am wrong. 
  Could anyone give some suggestions or pointers on how to add SSL
support to the webdav client?
  Thanks and have a good one.
Jiantao
   

Attachment: winmail.dat
Description: application/ms-tnef

Reply via email to