Re: SecureXMLRPC

2004-12-08 Thread Thomas Gärtner
-BEGIN PGP SIGNED MESSAGE- On Wednesday 08 December 2004 17:57, James Russo wrote: > Here is a patch which should take care of that (and one other issue with > auth) > > http://marc.theaimsgroup.com/?l=xmlrpc-dev&m=110144688801391&w=2 > > -jr > Thanks for the fast reply. The code mentioned

Re: SecureXMLRPC

2004-12-08 Thread James Russo
Here is a patch which should take care of that (and one other issue with auth) http://marc.theaimsgroup.com/?l=xmlrpc-dev&m=110144688801391&w=2 -jr Thomas GÃrtner wrote: On Monday 06 December 2004 20:06, Daniel wrote: >Hi, >Here are instructions you might find useful in creating your own certs: >

Re: SecureXMLRPC

2004-12-08 Thread Thomas Gärtner
-BEGIN PGP SIGNED MESSAGE- On Monday 06 December 2004 20:06, Daniel wrote: > Hi, > > Here are instructions you might find useful in creating your own certs: > http://www.yorku.ca/dkha/docs/jsse_cert/jsse_cert.htm > > Also, here's an example secure xmlrpc client: > http://www.yorku.ca/dkha/

Re: SecureXMLRPC

2004-12-06 Thread Daniel
Hi, Here are instructions you might find useful in creating your own certs: http://www.yorku.ca/dkha/docs/jsse_cert/jsse_cert.htm Also, here's an example secure xmlrpc client: http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java Sorry I don't have example for the server. Regards, Daniel

Re: SecureXMLRPC

2004-12-06 Thread Thomas Gärtner
-BEGIN PGP SIGNED MESSAGE- On Monday 06 December 2004 16:49, Chris Picton wrote: > > Hi Thomas > > The error 'the hostname should be instead of localhost' is > caused by the hostname in the certificate. Try creating a self-signed > certificate, but using the IP of your machine, not 'loc

Re: SecureXMLRPC

2004-12-06 Thread Chris Picton
On Mon, 2004-12-06 at 16:27 +0100, Thomas GÃrtner wrote: > does anyone know how to setup the SecureXMLRPC on Client and Server side. > > I've tried to use a self signed certificate, set TrustStore and KeyStore with > it, but obviously that is not enough. I've got an IOException thrown, the > ho