Hello,
 i have a ivy settings task using credentials to resolve the artifacts over
a "https - repository".
e.g.

<ivy:settings file="./ivysettings.xml">
     <credentials host="https://xxx-x.com/repository/ivyrepo";
realm="xxx-x.com"                                                               
                                                                                
                                                        
username="[EMAIL PROTECTED]" passwd="myPassword" />      
</ivy:settings> 

when i try to retrieve the artifact i get something like the following
output after the text. I think it has something to do with the servers
certificate but dont know how to provide the information needed.
What does "unable to find valid certification path to requested target" mean
here ?
or is there something diffrent wrong with my task ?

thank you 
ivan

[ivy:retrieve]          module not found: [ struts | struts | 1.2.9 ]
[ivy:retrieve]  ==== shared: tried
[ivy:retrieve]   
https://xxx-x.com/repository/ivyrepo/struts/struts/1.2.9/struts-ivy.xml
[ivy:retrieve]    -- artifact [ struts | struts | 1.2.9 ]/struts.jar[jar]:
[ivy:retrieve]   
https://xxx-x.com/repository/ivyrepo/struts/struts/1.2.9/struts-1.2.9.jar
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          :: [ struts | struts | 1.2.9 ]: not found
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 
[ivy:retrieve] :::: ERRORS
[ivy:retrieve]  Server access Error:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
url=https://xxx-x.com/repository/ivyrepo/struts/struts/1.2.9/struts-ivy.xml
[ivy:retrieve]  Server access Error:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
url=https://xxx-x.com/repository/ivyrepo/struts/struts/1.2.9/struts-1.2.9.jar
[ivy:retrieve] 


-- 
View this message in context: 
http://www.nabble.com/Problem-with-authentification-over-https-and-or-certificate-tf4236534.html#a12053693
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to