Hi, The below error is obtained when no CA is setup in the machine, ie., cacert.pem and cakey.pem file are not present and the root certificate is not signed by the CA.
The root certificate is signed by the root key generated while creating the certificate using command: * openssl x509 -req -in rootreq.pem -sha1 -extensions v3_ca -signkey rootkey.pem -out rootcert.pem* -Error with certificate at depth: 2 issuer = /C=IN/ST=AP/L=HYD/O=Intoto Software (I) Pvt. Ltd/OU=Root/CN=Root Intoto/[EMAIL PROTECTED] subject = /C=IN/ST=AP/L=HYD/O=Intoto Software (I) Pvt. Ltd/OU=Root/CN=Root Intoto/[EMAIL PROTECTED] err 19:self signed certificate in certificate chain SSL_connect failed ** client.c:80 Error connecting SSL object 16384:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:843: Any help regarding this... -- thanks, Lakshmi Prasanna