Re: Using HTTPS as a src for a file generator

2004-06-15 Thread Steven Noels
On 14 Jun 2004, at 22:56, Steven Noels wrote: It sure was - I'll Wikify my success tomorrow for posterity. http://wiki.cocoondev.org/Wiki.jsp?page=HTTPsSources Thanks! /Steven -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source Java XMLAn

Using HTTPS as a src for a file generator

2004-06-14 Thread Steven Noels
Hi folks, I'm trying to use a https source in a simple pipeline, but Java doesn't like the server certificate on the originating side. With the help of openssl, I managed to save a local copy of the certificate, but now I need to add it to my local set of certificates. Despite gazillion of web

Re: Using HTTPS as a src for a file generator

2004-06-14 Thread Tony Collen
Steven Noels wrote: Hi folks, I'm trying to use a https source in a simple pipeline, but Java doesn't like the server certificate on the originating side. With the help of openssl, I managed to save a local copy of the certificate, but now I need to add it to my local set of certificates.

Re: Using HTTPS as a src for a file generator

2004-06-14 Thread Steven Noels
On 14 Jun 2004, at 22:36, Tony Collen wrote: I'm no expert, but this is what I've found so far: http://www.hp.com/products1/unix/java/infolibrary/install_verisign.html http://www.digicert.com/ssl-certificate-installation-java.htm http://www.pankaj-k.net/WSOverSSL/WSOverSSL-HOWTO.html That last one