James Strachan wrote:
> > - does it support HTTPS URLs (everywhere)? Especially with SOAP and
> XML-RPC
> > they're most often carried over HTTP + SSL.
>
> These tags are all just built on top of Java's standard URL and
> HttpURLConnection classes so I would have thought HTTPS is supported. I'll
> investigate further though.
>
You can use HTTPS URLs with URLConnection if you also install the Java Secure
Sockets Extension (JSSE) package, from
http://java.sun.com/products/jsse
> James Strachan
Craig McClanahan