On 3/1/06, ash ag <[EMAIL PROTECTED]> wrote:

> BUILD FAILED
> /opt/Ant/apache-ant-1.6.1/build.xml:47: javax.net.ssl.SSLHandshakeException:
> sun.security.validator.ValidatorException : No trusted certificate found
> Total time: 0 seconds
>
> How can i configure the certificate in this case.
>

Are you using a self-signed SSL cert?  Looks to be the case.  If so,
you have two options:

1) Buy a commercially signed SSL certificate.
2) Import the self-signed root CA into the
$JAVA_HOME/jre/lib/security/cacerts file

I never bothered to figure out how to do number 2, but this[1] may be helpful.

-- brian

[1] - http://www.davtar.org/~david/makekeys.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to