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 
> hostname should be <localhost> instead of localhost which I use.

Hi Thomas

The error 'the hostname should be <localhost> 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 'localhost', and then
connect to that IP.
Chris

Reply via email to