Re: Clientside SSL Question

2008-04-10 Thread Jochen Wiedmann
On Thu, Apr 10, 2008 at 8:34 PM, Thomas Gaertner <[EMAIL PROTECTED]> wrote: > I have to admit I haven't used xmlrpc since some time now, but I'm pretty > certain that you still have to implement your own way to deal with certs. > Yet having your cert signed by a trusted authority makes things a

Re: Clientside SSL Question

2008-04-10 Thread Thomas Gaertner
On Mittwoch 09 April 2008 wrote Dirk Ronsmans: > 1) I'm currently using a self-signed certificate. If i change this to a > "real" certificate signed by a trusted authority will i still have to > use a custom TrustManager or will it simply accept the certificate > without a hassle? I have to admit

Clientside SSL Question

2008-04-09 Thread Dirk Ronsmans
Hi, First i'd like to say.. nice API, i took my first try at XML-RPC this month and in only a few days i had a working client with these libraries. Now maybe its best if i try to explain my setup first. I got a simple Java program that collects data and sends em to a Webserver ( Apache + PH