Which version of http client do you use?
I have tried 3 versions for now:
1) The version shipped with slide 1.0.16 (size of jar: 51K)
I get the following message when I try to connect to my site:
Error: Check! Connection timed out: connect
2) The version 1.0 of http client (size of jar: 59K)
I get the following message when I try to connect to my site:
Error: Check! Connection timed out: connect
3) The version 2.0 b1 of http client
I get the following exception.
It seems that ConnectionInterceptor is no longer part of the http client
jar.
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/ConnectionInterceptor
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:509)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:246)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
Any ideas?
By the way:
On the server side we use our own WebDav Servlet which works fine
with MS Web Folder and WebDrive application.
But now we want to develop our own webdav client application.
Regards,
Thomas Sauder
> -----Urspr�ngliche Nachricht-----
> Von: news [mailto:[EMAIL PROTECTED] Auftrag von Martin Dulisch
> Gesendet: Donnerstag, 5. Juni 2003 08:36
> An: [EMAIL PROTECTED]
> Betreff: Re: Slide Client + HTTPS/SSL?
>
>
> Try to replace the Http client with the current version. This
> helped us to resolve the problem.
>
> Which WebDAV server do you use?
>
> Martin
>
> K.C. Baltz wrote:
> > I get the following message when I try to connect to my site:
> >
> > Error: Check! Connection refused: connect
> >
> > Is it possible that this is caused by our site not having a
> > trusted certificate? (I.e. we self-signed) DAVExplorer
> > warns me about this, but it still connects.
> >
> > K.C.
> >
> > Martin Holz wrote:
> >
> >> "K.C. Baltz" <[EMAIL PROTECTED]> writes:
> >>
> >>
> >>
> >>> With the archives down, I'm having trouble finding
> >>> information regarding connecting the Slide command-line
> >>> client to a store via HTTPS/SSL. It appears that it simply
> >>> doesn't support HTTPS. I can connect to the server using
> >>> DAVExplorer in HTTPS mode, so the server is most likely not
> >>> the problem.
> >>>
> >>>
> >>> I've also tried the version in CVS to no avail.
> >>>
> >>>
> >>
> >> The command line client from CVS does support HTTPS. I am not
> >> aware, that I did anything special to enable it. Why do you
> >> think, it does not work?
> >>
> >> You can search the archives at
> >> http://search.gmane.org/.
> >> The group is gmane.comp.jakarta.slide.user
> >>
> >>
> >> --
> >> Martin Holz <[EMAIL PROTECTED]>
> >>
> >> Softwareentwicklung / Vernetztes Studium - Chemie
> >> FIZ CHEMIE Berlin
> >> Franklinstrasse 11
> >> D-10587 Berlin
> >>
> >>
> >> --------------------------------------------------------------
> -------
> >> To unsubscribe, e-mail:
> >> [EMAIL PROTECTED] For additional
> >> commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]