You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "a.vezain@hermes.asso.fr" <ar...@gmail.com> on 2005/11/08 17:23:25 UTC

Deploy with Ant Task over HTTPS : how does it work ?

Hello,

I've wrote an ant script to deploy a webapp into tomcat 5.0.28
Here is a snippet of it :
<deploy
	war="mywebapp.war"
	url="https://my.domain.name/manager"
	update="true"
	path="/mywebapp"
	username="myusername"
	password="mypassword"/>

When I run it, I get this exception :
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target

What's the problem ?
I think that this is a trustStore problem, but where can I specify
where is my trustStore ?

Thanks,
Arnaud.

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