You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Dean A. Hoover" <dh...@rochester.rr.com> on 2004/02/22 19:28:01 UTC

deploy with ant over https

I have used ant and tomcat 4.1 manager to
deploy to my localhost, and it works just
great. On a remote host, I have an apache/tomcat
setup with manager only accessible over https.
In a browser, I can get to the manager functions
without any problem. However, when I try it
through ant I get:

build.xml:158: javax.net.ssl.SSLHandshakeException: 
java.security.cert.CertificateException: Couldn't find trusted certificate

I assume I have to perform some magic on the
client side. Does anyone know what that magic
is?

Regards.
Dean Hoover


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


re: deploy with ant over https

Posted by qm...@brandxdev.net.
:build.xml:158: javax.net.ssl.SSLHandshakeException:
:java.security.cert.CertificateException: Couldn't find trusted
:certificate

:I assume I have to perform some magic on the
:client side. Does anyone know what that magic
:is?

I don't have the commands memorized, but Google "keytool" and your error
message for leads.

The server's cert (or its CA cert) must be trusted by the client; for
that, you'll have to import said cert (or its CA cert) into the local
trust store.

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org