Okay... You can call URL.setURLStreamHandlerFactory() with your own stream handler for HTTPS, and that should fix it if nothing else does :-).
Will. > Hmmm. Thanks for the reply Will, but I don't think that's it ... > > yaffle[827] ls -l /Library/Java/Home/lib/ext/jsse.jar > -rw-r--r-- 1 root wheel 464028 Jul 14 21:57 > /Library/Java/Home/lib/ext/jsse.jar > > jsse is installed by default on Jaguar (Mac OS X) ... > > On Wednesday, November 20, 2002, at 05:33 AM, Will Sargent wrote: > > >> > >> Am I doing something wrong? > > > > For JDK 1.3, the SSL code is not in the main JDK; you need to download > > it > > from Sun as an extra and it will register itself with the URL. I > > think this > > might be your problem. > > > > http://java.sun.com/products/jsse/index-103.html > > > > Will. > > > >
